[Openmp-commits] [openmp] [OpenMP] Add target to build OpenMP runtime (PR #189557)
Robert Imschweiler via Openmp-commits
openmp-commits at lists.llvm.org
Tue Mar 31 09:17:27 PDT 2026
================
@@ -74,3 +74,7 @@ if (BUILD_FORTRAN_MODULES)
DESTINATION ${destination}
)
endif ()
+
+if(TARGET libomp-mod)
----------------
ro-i wrote:
why the target check here (the register_meta_dep function checks the targets)?
https://github.com/llvm/llvm-project/pull/189557
More information about the Openmp-commits
mailing list