branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
35 lines
646 B
Makefile
35 lines
646 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmtransformutils
|
|
|
|
SRCDIR= lib/Transforms/Utils
|
|
SRCS= AddrModeMatcher.cpp \
|
|
BasicBlockUtils.cpp \
|
|
BasicInliner.cpp \
|
|
BreakCriticalEdges.cpp \
|
|
BuildLibCalls.cpp \
|
|
CloneFunction.cpp \
|
|
CloneModule.cpp \
|
|
CodeExtractor.cpp \
|
|
DemoteRegToStack.cpp \
|
|
InlineFunction.cpp \
|
|
InstructionNamer.cpp \
|
|
LCSSA.cpp \
|
|
Local.cpp \
|
|
LoopSimplify.cpp \
|
|
LoopUnroll.cpp \
|
|
LowerExpectIntrinsic.cpp \
|
|
LowerInvoke.cpp \
|
|
LowerSwitch.cpp \
|
|
Mem2Reg.cpp \
|
|
PromoteMemoryToRegister.cpp \
|
|
SSAUpdater.cpp \
|
|
SimplifyCFG.cpp \
|
|
SimplifyIndVar.cpp \
|
|
UnifyFunctionExitNodes.cpp \
|
|
ValueMapper.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|