diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Demangle/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Demangle/CMakeLists.txt b/llvm/lib/Demangle/CMakeLists.txt index 74e37654f07..e03b555e3a6 100644 --- a/llvm/lib/Demangle/CMakeLists.txt +++ b/llvm/lib/Demangle/CMakeLists.txt @@ -1,3 +1,6 @@ add_llvm_library(LLVMDemangle ItaniumDemangle.cpp + + LINK_LIBS + LLVMSupport ) |