6170cec430
upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
44 lines
692 B
Makefile
44 lines
692 B
Makefile
# $FreeBSD$
|
|
|
|
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 \
|
|
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 \
|
|
PassRegistry.cpp \
|
|
PrintModulePass.cpp \
|
|
Type.cpp \
|
|
Use.cpp \
|
|
User.cpp \
|
|
Value.cpp \
|
|
ValueSymbolTable.cpp \
|
|
ValueTypes.cpp \
|
|
Verifier.cpp
|
|
LLVM_REQUIRES_RTTI=
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|