Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMTarget |
2 | DarwinTargetAsmInfo.cpp | ||||
3 | ELFTargetAsmInfo.cpp | ||||
4 | SubtargetFeature.cpp | ||||
5 | Target.cpp | ||||
6 | TargetAsmInfo.cpp | ||||
7 | TargetData.cpp | ||||
8 | TargetFrameInfo.cpp | ||||
9 | TargetInstrInfo.cpp | ||||
10 | TargetMachOWriterInfo.cpp | ||||
11 | TargetMachine.cpp | ||||
12 | TargetMachineRegistry.cpp | ||||
13 | TargetRegisterInfo.cpp | ||||
14 | TargetSubtarget.cpp | ||||
15 | ) | ||||
16 | |||||
17 | # TODO: Support other targets besides X86. See Makefile. |