[llvm] [llvm] Disable HandleLLVMOptions in runtimes mode (PR #73031)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 14:15:32 PST 2023
================
@@ -151,9 +151,11 @@ endif()
# Avoid checking whether the compiler is working.
set(LLVM_COMPILER_CHECKED ON)
+# This can be used to detect whether we're in the runtimes build.
+set(LLVM_RUNTIMES_BUILD ON)
----------------
ldionne wrote:
Do you still need this part of the patch now? I don't think you do?
https://github.com/llvm/llvm-project/pull/73031
More information about the llvm-commits
mailing list