remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
[oota-llvm.git] / lib / Target / CMakeLists.txt
1 add_llvm_library(LLVMTarget
2   COFFTargetAsmInfo.cpp
3   DarwinTargetAsmInfo.cpp
4   SubtargetFeature.cpp
5   Target.cpp
6   TargetAsmInfo.cpp
7   TargetData.cpp
8   TargetELFWriterInfo.cpp
9   TargetFrameInfo.cpp
10   TargetInstrInfo.cpp
11   TargetIntrinsicInfo.cpp
12   TargetLoweringObjectFile.cpp
13   TargetMachOWriterInfo.cpp
14   TargetMachine.cpp
15   TargetRegisterInfo.cpp
16   TargetSubtarget.cpp
17   )
18
19 # TODO: Support other targets besides X86. See Makefile.