Disable stack coloring with register for now. It's not able to set kill markers.
[llvm/avr.git] / lib / Transforms / Utils / CMakeLists.txt
blobe11aca164ef1d57b53dd40d843a82d5e8244d27d
1 add_llvm_library(LLVMTransformUtils
2   AddrModeMatcher.cpp
3   BasicBlockUtils.cpp
4   BasicInliner.cpp
5   BreakCriticalEdges.cpp
6   CloneFunction.cpp
7   CloneLoop.cpp
8   CloneModule.cpp
9   CloneTrace.cpp
10   CodeExtractor.cpp
11   DemoteRegToStack.cpp
12   InlineCost.cpp
13   InlineFunction.cpp
14   InstructionNamer.cpp
15   LCSSA.cpp
16   Local.cpp
17   LoopSimplify.cpp
18   LowerAllocations.cpp
19   LowerInvoke.cpp
20   LowerSwitch.cpp
21   Mem2Reg.cpp
22   PromoteMemoryToRegister.cpp
23   SSI.cpp
24   SimplifyCFG.cpp
25   UnifyFunctionExitNodes.cpp
26   UnrollLoop.cpp
27   ValueMapper.cpp
28   )
30 target_link_libraries (LLVMTransformUtils LLVMSupport)