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