summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmsupport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmsupport/Makefile')
-rw-r--r--lib/clang/libllvmsupport/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/clang/libllvmsupport/Makefile b/lib/clang/libllvmsupport/Makefile
index 6d043b4..ff9b9cb 100644
--- a/lib/clang/libllvmsupport/Makefile
+++ b/lib/clang/libllvmsupport/Makefile
@@ -84,11 +84,14 @@ SRCS= APFloat.cpp \
regstrlcpy.c \
system_error.cpp
+.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
+SRCS+= DataExtractor.cpp \
+ Disassembler.cpp
+.endif
+
.if ${MK_CLANG_EXTRAS} != "no"
SRCS+= Compression.cpp \
- DataExtractor.cpp \
DataStream.cpp \
- Disassembler.cpp \
FileUtilities.cpp \
SystemUtils.cpp
.endif
OpenPOWER on IntegriCloud