Allow the target to select the level of anti-dependence breaking that should be perfo...
[oota-llvm.git] / lib / Target / CMakeLists.txt
1 add_llvm_library(LLVMTarget
2   SubtargetFeature.cpp
3   Target.cpp
4   TargetData.cpp
5   TargetELFWriterInfo.cpp
6   TargetFrameInfo.cpp
7   TargetInstrInfo.cpp
8   TargetIntrinsicInfo.cpp
9   TargetLoweringObjectFile.cpp
10   TargetMachOWriterInfo.cpp
11   TargetMachine.cpp
12   TargetRegisterInfo.cpp
13   TargetSubtarget.cpp
14   )