Skip to content

Commit 8e059a9

Browse files
authored
Merge pull request llvm#566 from AMD-Lightning-Internal/amd/dev/rlieberm/fix-afar-lit
fix afar flang lit test issue
2 parents 248d452 + 0ebdd00 commit 8e059a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Lower/OpenMP/loop-lifetime.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
! This test checks the insertion of lifetime information for loop indices of
22
! OpenMP loop operations.
33
! RUN: %flang_fc1 -flang-experimental-hlfir -emit-llvm -fopenmp %s -o - | FileCheck %s
4+
! REQUIRES: stableFlang
45

56
! CHECK-LABEL: define void @wsloop_i32
67
subroutine wsloop_i32()

0 commit comments

Comments
 (0)