[llvm] [openmp] [OpenMP] Fix runtimes default build (PR #149871)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 02:53:59 PDT 2025


================
@@ -11,7 +11,7 @@
 include(ExtendPath)
 
 # The generated headers will be placed in clang's resource directory if present.
-if(OPENMP_STANDALONE_BUILD OR NOT LLVM_RUNTIMES_BUILD)
+if(NOT LLVM_TREE_AVAILABLE)
----------------
Meinersbur wrote:

I just considered the standalone build when `LLVM_TREE_AVAILABLE` being undefined just means means the LLVM tree is indeed not available. Will create a fix.

Note that that build mode is deprecated. #124014.

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


More information about the llvm-commits mailing list