[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:26:55 PST 2025


================
@@ -0,0 +1,61 @@
+! RUN: flang-new -fopenmp -E %s 2>&1 | FileCheck %s --check-prefix=CHECK-OMP
----------------
luporl wrote:

I missed this before, but as this tests OpenMP, it's better to move the test to `flang/test/Parser/OpenMP`.

And for consistency, replace `_` with `-`: `compiler-directive-continuation.f90`

https://github.com/llvm/llvm-project/pull/120714


More information about the flang-commits mailing list