We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27490fb commit 7c208f6Copy full SHA for 7c208f6
flang/test/Lower/OpenMP/wsloop-simd.f90
@@ -1,7 +1,7 @@
1
! This test checks lowering of OpenMP DO SIMD composite constructs.
2
3
! RUN: bbc -fopenmp -emit-hlfir %s -o - | FileCheck %s
4
-! RUN: %flang_fc1 -emit-hlfir %openmp_flags %s -o - | FileCheck %s
+! RUN: %flang_fc1 -fopenmp -emit-hlfir %s -o - | FileCheck %s
5
6
! CHECK-LABEL: func.func @_QPdo_simd_aligned(
7
subroutine do_simd_aligned(A)
0 commit comments