aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r--lib/Transforms/Utils/CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt
new file mode 100644
index 0000000..93577b4
--- /dev/null
+++ b/lib/Transforms/Utils/CMakeLists.txt
@@ -0,0 +1,28 @@
+add_llvm_library(LLVMTransformUtils
+ AddrModeMatcher.cpp
+ BasicBlockUtils.cpp
+ BasicInliner.cpp
+ BreakCriticalEdges.cpp
+ CloneFunction.cpp
+ CloneLoop.cpp
+ CloneModule.cpp
+ CodeExtractor.cpp
+ DemoteRegToStack.cpp
+ InlineFunction.cpp
+ InstructionNamer.cpp
+ LCSSA.cpp
+ Local.cpp
+ LoopSimplify.cpp
+ LoopUnroll.cpp
+ LowerInvoke.cpp
+ LowerSwitch.cpp
+ Mem2Reg.cpp
+ PromoteMemoryToRegister.cpp
+ SSAUpdater.cpp
+ SSI.cpp
+ SimplifyCFG.cpp
+ UnifyFunctionExitNodes.cpp
+ ValueMapper.cpp
+ )
+
+target_link_libraries (LLVMTransformUtils LLVMSupport)