Skip to content

Commit 372a322

Browse files
committed
%openmp_flags is only available when omprt is built
1 parent 4fa7584 commit 372a322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Lower/OpenMP/KernelLanguage/bare-clause.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! RUN: %flang_fc1 -emit-hlfir %openmp_flags -fopenmp-version=51 %s -o - | FileCheck %s
1+
! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=51 %s -o - | FileCheck %s
22

33
program test
44
integer :: tmp

0 commit comments

Comments
 (0)