freebsd-dev/lib/clang/libllvmipo/Makefile
Dimitry Andric 3861d79fd7 Upgrade our copy of llvm/clang to r168974, from upstream's release_32
branch.  This is effectively llvm/clang 3.2 RC2; the 3.2 release is
coming soon.
2012-12-03 19:24:08 +00:00

36 lines
611 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= llvmipo
SRCDIR= lib/Transforms/IPO
SRCS= ArgumentPromotion.cpp \
BarrierNoopPass.cpp \
ConstantMerge.cpp \
DeadArgumentElimination.cpp \
ExtractGV.cpp \
FunctionAttrs.cpp \
GlobalDCE.cpp \
GlobalOpt.cpp \
IPConstantPropagation.cpp \
InlineAlways.cpp \
InlineSimple.cpp \
Inliner.cpp \
Internalize.cpp \
LoopExtractor.cpp \
MergeFunctions.cpp \
PartialInlining.cpp \
PassManagerBuilder.cpp \
PruneEH.cpp \
StripDeadPrototypes.cpp \
StripSymbols.cpp
.if ${MK_CLANG_EXTRAS} != "no"
SRCS+= IPO.cpp
.endif
TGHDRS= Intrinsics
.include "../clang.lib.mk"