[llvm-branch-commits] [llvm] [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 12:09:42 PDT 2024
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/104621
>From bc34a65ff8dd13a89a82e39dd2ea668e313eb081 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Fri, 16 Aug 2024 11:31:44 -0700
Subject: [PATCH] undo comment
Created using spr 1.3.4
---
llvm/lib/Transforms/Instrumentation/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
index 99efa37d11572f..deab37801ff1df 100644
--- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
+++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
@@ -43,5 +43,3 @@ add_llvm_component_library(LLVMInstrumentation
TransformUtils
ProfileData
)
-
- set_property(TARGET LLVMInstrumentation APPEND_STRING PROPERTY COMPILE_FLAGS " -g -O0")
\ No newline at end of file
More information about the llvm-branch-commits
mailing list