Use forward declarations and move TargetELFWriterInfo impl to a new file.
[oota-llvm.git] / lib / Target / CMakeLists.txt
1 add_llvm_library(LLVMTarget
2   DarwinTargetAsmInfo.cpp
3   ELFTargetAsmInfo.cpp
4   SubtargetFeature.cpp
5   Target.cpp
6   TargetAsmInfo.cpp
7   TargetData.cpp
8   TargetELFWriterInfo.cpp
9   TargetFrameInfo.cpp
10   TargetInstrInfo.cpp
11   TargetMachOWriterInfo.cpp
12   TargetMachine.cpp
13   TargetMachineRegistry.cpp
14   TargetRegisterInfo.cpp
15   TargetSubtarget.cpp
16   )
17
18 # TODO: Support other targets besides X86. See Makefile.