summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmcore
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-11-24 19:46:35 +0000
committerdim <dim@FreeBSD.org>2014-11-24 19:46:35 +0000
commit3baddd1f707a5d723677ce22516aeb8f9676789c (patch)
treef1a9842568100e750ff9780917265216eaeffa38 /lib/clang/libllvmcore
parent099d19dfa9116bf3405f65f6f1e4a3be31e40af4 (diff)
downloadFreeBSD-src-3baddd1f707a5d723677ce22516aeb8f9676789c.zip
FreeBSD-src-3baddd1f707a5d723677ce22516aeb8f9676789c.tar.gz
Update llvm and clang library Makefiles.
Diffstat (limited to 'lib/clang/libllvmcore')
-rw-r--r--lib/clang/libllvmcore/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/clang/libllvmcore/Makefile b/lib/clang/libllvmcore/Makefile
index 137b1c3..920b70b 100644
--- a/lib/clang/libllvmcore/Makefile
+++ b/lib/clang/libllvmcore/Makefile
@@ -9,19 +9,24 @@ SRCS= AsmWriter.cpp \
Attributes.cpp \
AutoUpgrade.cpp \
BasicBlock.cpp \
+ Comdat.cpp \
ConstantFold.cpp \
+ ConstantRange.cpp \
Constants.cpp \
Core.cpp \
DIBuilder.cpp \
DataLayout.cpp \
DebugInfo.cpp \
DebugLoc.cpp \
+ DiagnosticInfo.cpp \
+ DiagnosticPrinter.cpp \
Dominators.cpp \
Function.cpp \
GCOV.cpp \
GVMaterializer.cpp \
Globals.cpp \
IRBuilder.cpp \
+ IRPrintingPasses.cpp \
InlineAsm.cpp \
Instruction.cpp \
Instructions.cpp \
@@ -30,12 +35,13 @@ SRCS= AsmWriter.cpp \
LLVMContextImpl.cpp \
LeakDetector.cpp \
LegacyPassManager.cpp \
+ MDBuilder.cpp \
+ Mangler.cpp \
Metadata.cpp \
Module.cpp \
Pass.cpp \
PassManager.cpp \
PassRegistry.cpp \
- PrintModulePass.cpp \
Type.cpp \
TypeFinder.cpp \
Use.cpp \
OpenPOWER on IntegriCloud