[flang-commits] [flang] [flang][OpenMP] Re-enable tests when building OpenMP as a runtime (PR #89046)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Fri May 17 05:11:32 PDT 2024
================
@@ -203,6 +203,15 @@
# Determine if OpenMP runtime was built (enable OpenMP tests via REQUIRES in test file)
if config.have_openmp_rtl:
config.available_features.add("openmp_runtime")
+ # For the enabled OpenMP tests, add a substitution that is needed in the tests to find
+ # the omp_lib.{h,mod} files, depending on whether the OpenMP runtime was build as a
----------------
kkwli wrote:
build → built
https://github.com/llvm/llvm-project/pull/89046
More information about the flang-commits
mailing list