[llvm-branch-commits] [asan] Catch `initialization-order-fiasco` in mudules without globals (PR #104621)
Florian Mayer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 16 10:53:54 PDT 2024
================
@@ -43,3 +43,5 @@ add_llvm_component_library(LLVMInstrumentation
TransformUtils
ProfileData
)
+
+ set_property(TARGET LLVMInstrumentation APPEND_STRING PROPERTY COMPILE_FLAGS " -g -O0")
----------------
fmayer wrote:
nit: missing EOL
https://github.com/llvm/llvm-project/pull/104621
More information about the llvm-branch-commits
mailing list