diff options
author | dim <dim@FreeBSD.org> | 2014-11-24 19:46:35 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-11-24 19:46:35 +0000 |
commit | 3baddd1f707a5d723677ce22516aeb8f9676789c (patch) | |
tree | f1a9842568100e750ff9780917265216eaeffa38 /lib/clang/libllvmcore | |
parent | 099d19dfa9116bf3405f65f6f1e4a3be31e40af4 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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 \ |