mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
74a2e6ec62
Thanks to Diana Picus <diana.picus@linaro.org> for noticing. NFC llvm-svn: 310114
20 lines
436 B
CMake
20 lines
436 B
CMake
add_llvm_library(LLVMGlobalISel
|
|
CallLowering.cpp
|
|
GlobalISel.cpp
|
|
IRTranslator.cpp
|
|
InstructionSelect.cpp
|
|
InstructionSelector.cpp
|
|
LegalizerHelper.cpp
|
|
Legalizer.cpp
|
|
LegalizerInfo.cpp
|
|
Localizer.cpp
|
|
MachineIRBuilder.cpp
|
|
RegBankSelect.cpp
|
|
RegisterBank.cpp
|
|
RegisterBankInfo.cpp
|
|
Utils.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|