mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
f13912f657
defaults to being ELF. llvm-svn: 77866
20 lines
435 B
CMake
20 lines
435 B
CMake
add_llvm_library(LLVMTarget
|
|
COFFTargetAsmInfo.cpp
|
|
DarwinTargetAsmInfo.cpp
|
|
SubtargetFeature.cpp
|
|
Target.cpp
|
|
TargetAsmInfo.cpp
|
|
TargetData.cpp
|
|
TargetELFWriterInfo.cpp
|
|
TargetFrameInfo.cpp
|
|
TargetInstrInfo.cpp
|
|
TargetIntrinsicInfo.cpp
|
|
TargetLoweringObjectFile.cpp
|
|
TargetMachOWriterInfo.cpp
|
|
TargetMachine.cpp
|
|
TargetRegisterInfo.cpp
|
|
TargetSubtarget.cpp
|
|
)
|
|
|
|
# TODO: Support other targets besides X86. See Makefile.
|