aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2022-06-27 15:10:02 -0700
committerVitaly Buka <vitalybuka@google.com>2022-06-27 15:10:02 -0700
commit6824eee94203b16de7633050367505c2ad10c56a (patch)
treec09b59e687e57ef843f39e22a2dd106c9ed4d263
parentdacfa24f75c328ae30b710ecadaa18e4ba10cdc6 (diff)
downloadllvm-6824eee94203b16de7633050367505c2ad10c56a.zip
llvm-6824eee94203b16de7633050367505c2ad10c56a.tar.gz
llvm-6824eee94203b16de7633050367505c2ad10c56a.tar.bz2
[asan] Add missing dependency on Demangle
Follow up to D127911.
-rw-r--r--llvm/lib/Transforms/Instrumentation/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
index 3b29c3d..a4e09f6 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