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/Makefile23
1 files changed, 22 insertions, 1 deletions
diff --git a/lib/clang/libllvmsupport/Makefile b/lib/clang/libllvmsupport/Makefile
index e26da0a..72f5c57 100644
--- a/lib/clang/libllvmsupport/Makefile
+++ b/lib/clang/libllvmsupport/Makefile
@@ -7,6 +7,7 @@ SRCS= APFloat.cpp \
APInt.cpp \
APSInt.cpp \
Allocator.cpp \
+ Atomic.cpp \
CommandLine.cpp \
ConstantRange.cpp \
CrashRecoveryContext.cpp \
@@ -14,15 +15,29 @@ SRCS= APFloat.cpp \
Debug.cpp \
DeltaAlgorithm.cpp \
Dwarf.cpp \
+ DynamicLibrary.cpp \
+ Errno.cpp \
ErrorHandling.cpp \
FoldingSet.cpp \
FormattedStream.cpp \
GraphWriter.cpp \
+ Host.cpp \
+ IntervalMap.cpp \
+ IntEqClasses.cpp \
ManagedStatic.cpp \
+ Memory.cpp \
MemoryBuffer.cpp \
+ Mutex.cpp \
+ Path.cpp \
+ PathV2.cpp \
PluginLoader.cpp \
PrettyStackTrace.cpp \
+ Process.cpp \
+ Program.cpp \
+ RWMutex.cpp \
Regex.cpp \
+ SearchForAddressOfSpecialSymbol.cpp \
+ Signals.cpp \
SmallPtrSet.cpp \
SmallVector.cpp \
SourceMgr.cpp \
@@ -32,9 +47,14 @@ SRCS= APFloat.cpp \
StringPool.cpp \
StringRef.cpp \
TargetRegistry.cpp \
+ ThreadLocal.cpp \
+ Threading.cpp \
+ TimeValue.cpp \
Timer.cpp \
+ ToolOutputFile.cpp \
Triple.cpp \
Twine.cpp \
+ Valgrind.cpp \
circular_raw_ostream.cpp \
raw_os_ostream.cpp \
raw_ostream.cpp \
@@ -42,7 +62,8 @@ SRCS= APFloat.cpp \
regerror.c \
regexec.c \
regfree.c \
- regstrlcpy.c
+ regstrlcpy.c \
+ system_error.cpp
LLVM_REQUIRES_RTTI=
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud