When removing a function from the function set and adding it to deferred, we
[llvm.git] / lib / Target / CMakeLists.txt
blob4d02d1e4a5b9e24beeb13e92aaa7176319c277e1
1 add_llvm_library(LLVMTarget
2   Mangler.cpp
3   SubtargetFeature.cpp
4   Target.cpp
5   TargetAsmInfo.cpp
6   TargetAsmLexer.cpp
7   TargetData.cpp
8   TargetELFWriterInfo.cpp
9   TargetFrameLowering.cpp
10   TargetInstrInfo.cpp
11   TargetIntrinsicInfo.cpp
12   TargetLoweringObjectFile.cpp
13   TargetMachine.cpp
14   TargetRegisterInfo.cpp
15   TargetSubtarget.cpp
16   )