summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-02-08 17:26:41 +0000
committeremaste <emaste@FreeBSD.org>2015-02-08 17:26:41 +0000
commit0a0889c380877205a5983168ab5f2bdb044e18f4 (patch)
tree69a51e70661c25dfba371c4c05a71caf642c0bdb /usr.bin/clang
parentd0b639aedf54d9c22d4bad7c263d01fa08e262cf (diff)
downloadFreeBSD-src-0a0889c380877205a5983168ab5f2bdb044e18f4.zip
FreeBSD-src-0a0889c380877205a5983168ab5f2bdb044e18f4.tar.gz
Update FreeBSD LLDB build for 3.6 update
Sponsored by: DARPA, AFRL
Diffstat (limited to 'usr.bin/clang')
-rw-r--r--usr.bin/clang/lldb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
index 0fc878f..7757145 100644
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -36,16 +36,20 @@ LLDB_LIBS=\
lldbTarget \
lldbUtility \
\
+ lldbPluginABISysV_ppc \
+ lldbPluginABISysV_ppc64 \
lldbPluginABISysV_x86_64 \
lldbPluginCXXItaniumABI \
lldbPluginDisassemblerLLVM \
lldbPluginInstructionARM \
lldbPluginInstructionARM64 \
+ lldbPluginInstrumentationRuntimeAddressSanitizer \
lldbPluginJITLoaderGDB \
lldbPluginSymbolFileDWARF \
lldbPluginSymbolFileSymtab \
lldbPluginDynamicLoaderStatic \
lldbPluginDynamicLoaderPosixDYLD \
+ lldbPluginMemoryHistoryASan \
lldbPluginObjectContainerBSDArchive \
lldbPluginObjectFileELF \
lldbPluginObjectFileJIT \
OpenPOWER on IntegriCloud