[llvm-branch-commits] [asan] Catch `initialization-order-fiasco` in mudules without globals (PR #104621)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 16 11:19:18 PDT 2024


================
@@ -43,3 +43,5 @@ add_llvm_component_library(LLVMInstrumentation
   TransformUtils
   ProfileData
   )
+
+  set_property(TARGET LLVMInstrumentation APPEND_STRING PROPERTY COMPILE_FLAGS " -g -O0")
----------------
vitalybuka wrote:

sorry, this is debug change is not intended for commit

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


More information about the llvm-branch-commits mailing list