]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmtransformutils/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libllvmtransformutils / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmtransformutils
6
7 SRCDIR= lib/Transforms/Utils
8 SRCS=   BasicBlockUtils.cpp \
9         BreakCriticalEdges.cpp \
10         BuildLibCalls.cpp \
11         BypassSlowDivision.cpp \
12         CloneFunction.cpp \
13         CloneModule.cpp \
14         CmpInstAnalysis.cpp \
15         CodeExtractor.cpp \
16         DemoteRegToStack.cpp \
17         FlattenCFG.cpp \
18         GlobalStatus.cpp \
19         InlineFunction.cpp \
20         InstructionNamer.cpp \
21         IntegerDivision.cpp \
22         LCSSA.cpp \
23         Local.cpp \
24         LoopSimplify.cpp \
25         LoopUnroll.cpp \
26         LoopUnrollRuntime.cpp \
27         LowerExpectIntrinsic.cpp \
28         LowerInvoke.cpp \
29         LowerSwitch.cpp \
30         Mem2Reg.cpp \
31         MetaRenamer.cpp \
32         ModuleUtils.cpp \
33         PromoteMemoryToRegister.cpp \
34         SSAUpdater.cpp \
35         SimplifyCFG.cpp \
36         SimplifyIndVar.cpp \
37         SimplifyInstructions.cpp \
38         SimplifyLibCalls.cpp \
39         SpecialCaseList.cpp \
40         UnifyFunctionExitNodes.cpp \
41         ValueMapper.cpp
42
43 .if ${MK_CLANG_EXTRAS} != "no"
44 SRCS+=  Utils.cpp
45 .endif
46
47 TGHDRS= Intrinsics
48
49 .include "../clang.lib.mk"