139f7f9bf5
upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
50 lines
773 B
Makefile
50 lines
773 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmcore
|
|
|
|
SRCDIR= lib/IR
|
|
SRCS= AsmWriter.cpp \
|
|
Attributes.cpp \
|
|
AutoUpgrade.cpp \
|
|
BasicBlock.cpp \
|
|
ConstantFold.cpp \
|
|
Constants.cpp \
|
|
Core.cpp \
|
|
DIBuilder.cpp \
|
|
DataLayout.cpp \
|
|
DebugInfo.cpp \
|
|
DebugLoc.cpp \
|
|
Dominators.cpp \
|
|
Function.cpp \
|
|
GCOV.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 \
|
|
TypeFinder.cpp \
|
|
Use.cpp \
|
|
User.cpp \
|
|
Value.cpp \
|
|
ValueSymbolTable.cpp \
|
|
ValueTypes.cpp \
|
|
Verifier.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|