[llvm] [orc-rt] Ensure EH/RTTI=On overrides LLVM opts, applies to unit tests. (PR #172155)
Jared Wyles via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 14 01:29:15 PST 2025
================
@@ -39,4 +39,5 @@ add_orc_rt_unittest(CoreTests
span-test.cpp
DISABLE_LLVM_LINK_LLVM_DYLIB
)
+target_compile_options(CoreTests PRIVATE ${ORC_RT_COMPILE_FLAGS})
----------------
jaredwy wrote:
It look like these are unique to a previous project.
Feel free to merge and ill introduce these later when I add windows support.
https://github.com/llvm/llvm-project/pull/172155
More information about the llvm-commits
mailing list