Update CMakeLists.txt.
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
1 add_llvm_library(LLVMCodeGen
2   Analysis.cpp
3   AggressiveAntiDepBreaker.cpp
4   BranchFolding.cpp
5   CalcSpillWeights.cpp
6   CodePlacementOpt.cpp
7   CriticalAntiDepBreaker.cpp
8   DeadMachineInstructionElim.cpp
9   DwarfEHPrepare.cpp
10   ELFCodeEmitter.cpp
11   ELFWriter.cpp
12   ExactHazardRecognizer.cpp
13   GCMetadata.cpp
14   GCMetadataPrinter.cpp
15   GCStrategy.cpp
16   IfConversion.cpp
17   IntrinsicLowering.cpp
18   LLVMTargetMachine.cpp
19   LatencyPriorityQueue.cpp
20   LiveInterval.cpp
21   LiveIntervalAnalysis.cpp
22   LiveStackAnalysis.cpp
23   LiveVariables.cpp
24   LowerSubregs.cpp
25   MachineBasicBlock.cpp
26   MachineCSE.cpp
27   MachineDominators.cpp
28   MachineFunction.cpp
29   MachineFunctionAnalysis.cpp
30   MachineFunctionPass.cpp
31   MachineFunctionPrinterPass.cpp
32   MachineInstr.cpp
33   MachineLICM.cpp
34   MachineLoopInfo.cpp
35   MachineModuleInfo.cpp
36   MachineModuleInfoImpls.cpp
37   MachinePassRegistry.cpp
38   MachineRegisterInfo.cpp
39   MachineSSAUpdater.cpp
40   MachineSink.cpp
41   MachineVerifier.cpp
42   ObjectCodeEmitter.cpp
43   OcamlGC.cpp
44   OptimizeExts.cpp
45   OptimizePHIs.cpp
46   PHIElimination.cpp
47   Passes.cpp
48   PostRASchedulerList.cpp
49   PreAllocSplitting.cpp
50   ProcessImplicitDefs.cpp
51   PrologEpilogInserter.cpp
52   PseudoSourceValue.cpp
53   RegAllocLinearScan.cpp
54   RegAllocLocal.cpp
55   RegAllocPBQP.cpp
56   RegisterCoalescer.cpp
57   RegisterScavenging.cpp
58   ScheduleDAG.cpp
59   ScheduleDAGEmit.cpp
60   ScheduleDAGInstrs.cpp
61   ScheduleDAGPrinter.cpp
62   ShadowStackGC.cpp
63   ShrinkWrapping.cpp
64   SimpleRegisterCoalescing.cpp
65   SjLjEHPrepare.cpp
66   SlotIndexes.cpp
67   Spiller.cpp
68   StackProtector.cpp
69   StackSlotColoring.cpp
70   StrongPHIElimination.cpp
71   TailDuplication.cpp
72   TargetInstrInfoImpl.cpp
73   TargetLoweringObjectFileImpl.cpp
74   TwoAddressInstructionPass.cpp
75   UnreachableBlockElim.cpp
76   VirtRegMap.cpp
77   VirtRegRewriter.cpp
78   )
79
80 target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)