aboutsummaryrefslogtreecommitdiff
path: root/bolt/lib
diff options
context:
space:
mode:
authorshawbyoung <shawbyoung@gmail.com>2024-07-03 12:21:03 -0700
committershawbyoung <shawbyoung@gmail.com>2024-07-03 12:58:55 -0700
commitfd524d4df797d3c25a1f50b03b1d8ffcbbdd87af (patch)
treec6d8f632b93e5f2347d7ccb961a7e85fff07e15c /bolt/lib
parent92f4001906a18fca29929a333e61fdd662a9b0bd (diff)
downloadllvm-fd524d4df797d3c25a1f50b03b1d8ffcbbdd87af.zip
llvm-fd524d4df797d3c25a1f50b03b1d8ffcbbdd87af.tar.gz
llvm-fd524d4df797d3c25a1f50b03b1d8ffcbbdd87af.tar.bz2
[BOLT] Add Demangle to Profile link components
Added Demangle to Profile link components to fix shared build.
Diffstat (limited to 'bolt/lib')
-rw-r--r--bolt/lib/Profile/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bolt/lib/Profile/CMakeLists.txt b/bolt/lib/Profile/CMakeLists.txt
index ca8b9c3..39708ba 100644
--- a/bolt/lib/Profile/CMakeLists.txt
+++ b/bolt/lib/Profile/CMakeLists.txt
@@ -10,6 +10,7 @@ add_llvm_library(LLVMBOLTProfile
DISABLE_LLVM_LINK_LLVM_DYLIB
LINK_COMPONENTS
+ Demangle
Support
TransformUtils
)