[flang-commits] [flang] [FLANG][OPENMP] Fix handling of continuation lines in mixed OpenMP an… (PR #120714)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Fri Jan 3 04:21:31 PST 2025
================
@@ -0,0 +1,44 @@
+! RUN: flang-new -fopenmp -E %s 2>&1 | FileCheck %s --check-prefix=CHECK-OMP
+! RUN: flang-new -E %s 2>&1 | FileCheck %s
----------------
luporl wrote:
```suggestion
! RUN: %flang_fc1 -fopenmp -E %s 2>&1 | FileCheck %s --check-prefix=CHECK-OMP
! RUN: %flang_fc1 -E %s 2>&1 | FileCheck %s
```
nit: this is just to be consistent with the other tests.
https://github.com/llvm/llvm-project/pull/120714
More information about the flang-commits
mailing list