aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-debuginfod-find/CMakeLists.txt
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2022-05-18 17:31:38 -0500
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2022-05-18 17:33:12 -0500
commit03ba8c83dd42292125fdbc74657a76388ab9558e (patch)
tree93aa0d7dc528a2b3b455d7fa1dc89b5eab71a687 /llvm/tools/llvm-debuginfod-find/CMakeLists.txt
parent615255eb0969a192bebc8ba88dbeb674b5078ee7 (diff)
downloadllvm-03ba8c83dd42292125fdbc74657a76388ab9558e.zip
llvm-03ba8c83dd42292125fdbc74657a76388ab9558e.tar.gz
llvm-03ba8c83dd42292125fdbc74657a76388ab9558e.tar.bz2
[Debuginfod] Fix shared libs build break after eafa0530417e
The commit added a dependency on LLVMSymbolize but the CMakeLists.txt file wasn't updated. This doesn't cause issues for static libraries builds but breaks the shared libraries build. This just adds the missing dependency.
Diffstat (limited to 'llvm/tools/llvm-debuginfod-find/CMakeLists.txt')
-rw-r--r--llvm/tools/llvm-debuginfod-find/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-debuginfod-find/CMakeLists.txt b/llvm/tools/llvm-debuginfod-find/CMakeLists.txt
index b8233e7..a045560 100644
--- a/llvm/tools/llvm-debuginfod-find/CMakeLists.txt
+++ b/llvm/tools/llvm-debuginfod-find/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
Support
+ Symbolize
)
add_llvm_tool(llvm-debuginfod-find
llvm-debuginfod-find.cpp