To be consistent with OpenACC and will help find the tests in separate
directories for OpenMP and Fortran semantic checks.
Details
Diff Detail
Event Timeline
Nice. LGTM.
If you chose to skip the following it is fine. Otherwise consider these too, but not a strong opinion.
flang/test/Semantics/canondo05.f90:! RUN: %flang_fc1 -fopenmp -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
flang/test/Semantics/canondo06.f90:! RUN: %flang_fc1 -fopenmp -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
flang/test/Semantics/modfile47.f90:! RUN: %python %S/test_modfile.py %s %flang_fc1 -fopenmp
If you chose to skip the following it is fine. Otherwise consider these too, but not a strong opinion.
flang/test/Semantics/canondo05.f90:! RUN: %flang_fc1 -fopenmp -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
flang/test/Semantics/canondo06.f90:! RUN: %flang_fc1 -fopenmp -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
flang/test/Semantics/modfile47.f90:! RUN: %python %S/test_modfile.py %s %flang_fc1 -fopenmp
Thanks for the notice. Fixed.