Skip to content

Commit c551791

Browse files
Use opnemp_flags to get directory location of omp_lib
1 parent 549e2e0 commit c551791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Semantics/OpenMP/atomic-compare.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=51
1+
! RUN: %python %S/../test_errors.py %s %flang -fopenmp-version=51 %openmp_flags
22
use omp_lib
33
implicit none
44
! Check atomic compare. This combines elements from multiple other "atomic*.f90", as

0 commit comments

Comments
 (0)