summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-10-04 12:03:03 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-10-04 12:03:03 +0000
commit9735739be7014564ff61d25b682af77b5cee2290 (patch)
tree1719395977358326b4716d4cc9a2b423b730f5dd /lldb/source/Plugins/SymbolFile/NativePDB
parent576ea7d1a948b670e5e2730875bdf7382f566924 (diff)
downloadbcm5719-llvm-9735739be7014564ff61d25b682af77b5cee2290.tar.gz
bcm5719-llvm-9735739be7014564ff61d25b682af77b5cee2290.zip
[lldb] [cmake] Support linking against clang-cpp dylib
Link against clang-cpp dylib rather than split libs when CLANG_LINK_CLANG_DYLIB is enabled. Differential Revision: https://reviews.llvm.org/D68456 llvm-svn: 373734
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/NativePDB')
-rw-r--r--lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt b/lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
index 52b431db517..aaecec4765f 100644
--- a/lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
+++ b/lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
@@ -11,11 +11,12 @@ add_lldb_library(lldbPluginSymbolFileNativePDB PLUGIN
UdtRecordCompleter.cpp
LINK_LIBS
- clangAST
- clangLex
lldbCore
lldbSymbol
lldbUtility
+ CLANG_LIBS
+ clangAST
+ clangLex
LINK_COMPONENTS
DebugInfoCodeView
DebugInfoPDB
OpenPOWER on IntegriCloud