mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
90f807fda5
This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
16 lines
314 B
CMake
16 lines
314 B
CMake
add_llvm_library(LLVMTarget
|
|
Mangler.cpp
|
|
SubtargetFeature.cpp
|
|
Target.cpp
|
|
TargetAsmLexer.cpp
|
|
TargetData.cpp
|
|
TargetELFWriterInfo.cpp
|
|
TargetFrameInfo.cpp
|
|
TargetInstrInfo.cpp
|
|
TargetIntrinsicInfo.cpp
|
|
TargetLoweringObjectFile.cpp
|
|
TargetMachine.cpp
|
|
TargetRegisterInfo.cpp
|
|
TargetSubtarget.cpp
|
|
)
|