summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-04 00:02:58 +0000
committeremaste <emaste@FreeBSD.org>2016-01-04 00:02:58 +0000
commit731e90c4a337945829f0b9e910c95a241959ec6f (patch)
tree3e9ead89e2171842c6913eef9bfe84795cecc9b4 /usr.bin
parent3084507d32fa9dd7ca561f472c52dd2d8ea01749 (diff)
downloadFreeBSD-src-731e90c4a337945829f0b9e910c95a241959ec6f.zip
FreeBSD-src-731e90c4a337945829f0b9e910c95a241959ec6f.tar.gz
Update build infrastructure for LLDB 3.8
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/clang/lldb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
index cf4ddf5..2ad02b7 100644
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -46,12 +46,16 @@ LLDB_LIBS=\
lldbPluginABISysV_x86_64 \
lldbPluginCXXItaniumABI \
lldbPluginDisassemblerLLVM \
+ lldbPluginExpressionParserClang \
+ lldbPluginExpressionParserGo \
lldbPluginInstructionARM \
lldbPluginInstructionARM64 \
lldbPluginInstructionMIPS \
lldbPluginInstructionMIPS64 \
lldbPluginInstrumentationRuntimeAddressSanitizer \
lldbPluginJITLoaderGDB \
+ lldbPluginLanguageCPlusPlus \
+ lldbPluginLanguageObjC \
lldbPluginSymbolFileDWARF \
lldbPluginSymbolFileSymtab \
lldbPluginDynamicLoaderStatic \
@@ -60,6 +64,7 @@ LLDB_LIBS=\
lldbPluginObjectContainerBSDArchive \
lldbPluginObjectFileELF \
lldbPluginObjectFileJIT \
+ lldbPluginScriptInterpreterNone \
lldbPluginSymbolVendorELF \
lldbPluginPlatformFreeBSD \
lldbPluginPlatformGDB \
@@ -146,7 +151,6 @@ LIBDEPS=\
llvmprofiledata \
llvminstcombine \
llvmtransformutils \
- llvmipa \
llvmanalysis \
llvminstrumentation \
llvmx86desc \
OpenPOWER on IntegriCloud