[llvm] 6824eee - [asan] Add missing dependency on Demangle
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 15:11:07 PDT 2022
Author: Vitaly Buka
Date: 2022-06-27T15:10:02-07:00
New Revision: 6824eee94203b16de7633050367505c2ad10c56a
URL: https://github.com/llvm/llvm-project/commit/6824eee94203b16de7633050367505c2ad10c56a
DIFF: https://github.com/llvm/llvm-project/commit/6824eee94203b16de7633050367505c2ad10c56a.diff
LOG: [asan] Add missing dependency on Demangle
Follow up to D127911.
Added:
Modified:
llvm/lib/Transforms/Instrumentation/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
index 3b29c3df6429..a4e09f6cc54d 100644
--- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
+++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
@@ -28,6 +28,7 @@ add_llvm_component_library(LLVMInstrumentation
LINK_COMPONENTS
Analysis
Core
+ Demangle
MC
Support
TransformUtils
More information about the llvm-commits
mailing list