diff options
author | shawbyoung <shawbyoung@gmail.com> | 2024-07-03 12:21:03 -0700 |
---|---|---|
committer | shawbyoung <shawbyoung@gmail.com> | 2024-07-03 12:58:55 -0700 |
commit | fd524d4df797d3c25a1f50b03b1d8ffcbbdd87af (patch) | |
tree | c6d8f632b93e5f2347d7ccb961a7e85fff07e15c /bolt/lib | |
parent | 92f4001906a18fca29929a333e61fdd662a9b0bd (diff) | |
download | llvm-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.txt | 1 |
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 ) |