aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-26 17:40:03 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-26 17:40:03 +0000
commit1a559761c7f982c45791bd7bc113624fbc02de01 (patch)
tree12d2ab3aead81ebf6746ef98c5b76f878f845fb8 /lib/clang/Makefile
parent2691e63cfa3ece90482a581e6b57b05549fb30b3 (diff)
downloadsrc-1a559761c7f982c45791bd7bc113624fbc02de01.tar.gz
src-1a559761c7f982c45791bd7bc113624fbc02de01.zip
Update build for LLDB snapshot at upstream rev 216948
Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/projects/clang350-import/; revision=275132
Diffstat (limited to 'lib/clang/Makefile')
-rw-r--r--lib/clang/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile
index f4a96bbee5c3..e31969d0cdd5 100644
--- a/lib/clang/Makefile
+++ b/lib/clang/Makefile
@@ -112,6 +112,7 @@ SUBDIR+=liblldb \
liblldbExpression \
liblldbHostCommon \
liblldbHostFreeBSD \
+ liblldbHostPOSIX \
liblldbInterpreter \
liblldbSymbol \
liblldbTarget \
@@ -123,8 +124,11 @@ SUBDIR+=liblldb \
liblldbPluginDynamicLoaderStatic \
liblldbPluginDynamicLoaderPosixDYLD \
liblldbPluginInstructionARM \
+ liblldbPluginInstructionARM64 \
+ liblldbPluginJITLoaderGDB \
liblldbPluginObjectContainerBSDArchive \
liblldbPluginObjectFileELF \
+ liblldbPluginObjectFileJIT \
liblldbPluginPlatformFreeBSD \
liblldbPluginPlatformGDB \
liblldbPluginProcessElfCore \