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/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/clang/libllvmsupport/Makefile b/lib/clang/libllvmsupport/Makefile
index db11396..860285b 100644
--- a/lib/clang/libllvmsupport/Makefile
+++ b/lib/clang/libllvmsupport/Makefile
@@ -9,12 +9,10 @@ SRCS= APFloat.cpp \
APInt.cpp \
APSInt.cpp \
ARMBuildAttrs.cpp \
- ARMWinEH.cpp \
Allocator.cpp \
Atomic.cpp \
BlockFrequency.cpp \
BranchProbability.cpp \
- COM.cpp \
CommandLine.cpp \
Compression.cpp \
ConvertUTF.c \
@@ -28,7 +26,6 @@ SRCS= APFloat.cpp \
DynamicLibrary.cpp \
Errno.cpp \
ErrorHandling.cpp \
- FileOutputBuffer.cpp \
FoldingSet.cpp \
FormattedStream.cpp \
GraphWriter.cpp \
@@ -44,7 +41,6 @@ SRCS= APFloat.cpp \
MD5.cpp \
ManagedStatic.cpp \
MathExtras.cpp \
- Memory.cpp \
MemoryBuffer.cpp \
MemoryObject.cpp \
Mutex.cpp \
@@ -82,7 +78,6 @@ SRCS= APFloat.cpp \
Twine.cpp \
Unicode.cpp \
Valgrind.cpp \
- Watchdog.cpp \
YAMLParser.cpp \
YAMLTraits.cpp \
circular_raw_ostream.cpp \
@@ -95,9 +90,17 @@ SRCS= APFloat.cpp \
regstrlcpy.c
.if ${MK_CLANG_EXTRAS} != "no"
-SRCS+= DataStream.cpp \
+SRCS+= ARMWinEH.cpp \
+ COM.cpp \
+ DataStream.cpp \
+ FileOutputBuffer.cpp \
FileUtilities.cpp \
- SystemUtils.cpp
+ SystemUtils.cpp \
+ Watchdog.cpp
+.endif
+
+.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
+SRCS+= Memory.cpp
.endif
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud