Initial support for the CMake build system.
[oota-llvm.git] / lib / Transforms / IPO / CMakeLists.txt
1 add_llvm_library(LLVMipo
2   AddReadAttrs.cpp
3   ArgumentPromotion.cpp
4   ConstantMerge.cpp
5   DeadArgumentElimination.cpp
6   DeadTypeElimination.cpp
7   ExtractGV.cpp
8   GlobalDCE.cpp
9   GlobalOpt.cpp
10   IndMemRemoval.cpp
11   InlineAlways.cpp
12   Inliner.cpp
13   InlineSimple.cpp
14   Internalize.cpp
15   IPConstantPropagation.cpp
16   LoopExtractor.cpp
17   LowerSetJmp.cpp
18   PartialSpecialization.cpp
19   PruneEH.cpp
20   RaiseAllocations.cpp
21   StripDeadPrototypes.cpp
22   StripSymbols.cpp
23   StructRetPromotion.cpp
24   )