summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmcore/Makefile')
-rw-r--r--lib/clang/libllvmcore/Makefile41
1 files changed, 32 insertions, 9 deletions
diff --git a/lib/clang/libllvmcore/Makefile b/lib/clang/libllvmcore/Makefile
index c8de7bb..1215f4e 100644
--- a/lib/clang/libllvmcore/Makefile
+++ b/lib/clang/libllvmcore/Makefile
@@ -3,15 +3,38 @@
LIB= llvmcore
SRCDIR= lib/VMCore
-SRCS= AsmWriter.cpp Attributes.cpp AutoUpgrade.cpp BasicBlock.cpp \
- ConstantFold.cpp Constants.cpp Core.cpp DebugLoc.cpp \
- Dominators.cpp Function.cpp Globals.cpp IRBuilder.cpp \
- InlineAsm.cpp Instruction.cpp Instructions.cpp \
- IntrinsicInst.cpp LLVMContext.cpp LLVMContextImpl.cpp \
- LeakDetector.cpp Metadata.cpp Module.cpp Pass.cpp \
- PassManager.cpp PrintModulePass.cpp Type.cpp \
- TypeSymbolTable.cpp Use.cpp Value.cpp ValueSymbolTable.cpp \
- ValueTypes.cpp Verifier.cpp
+SRCS= AsmWriter.cpp \
+ Attributes.cpp \
+ AutoUpgrade.cpp \
+ BasicBlock.cpp \
+ ConstantFold.cpp \
+ Constants.cpp \
+ Core.cpp \
+ DebugLoc.cpp \
+ Dominators.cpp \
+ Function.cpp \
+ GVMaterializer.cpp \
+ Globals.cpp \
+ IRBuilder.cpp \
+ InlineAsm.cpp \
+ Instruction.cpp \
+ Instructions.cpp \
+ IntrinsicInst.cpp \
+ LLVMContext.cpp \
+ LLVMContextImpl.cpp \
+ LeakDetector.cpp \
+ Metadata.cpp \
+ Module.cpp \
+ Pass.cpp \
+ PassManager.cpp \
+ PrintModulePass.cpp \
+ Type.cpp \
+ TypeSymbolTable.cpp \
+ Use.cpp \
+ Value.cpp \
+ ValueSymbolTable.cpp \
+ ValueTypes.cpp \
+ Verifier.cpp
TGHDRS= Intrinsics
OpenPOWER on IntegriCloud