forked from OSchip/llvm-project
24 lines
545 B
CMake
24 lines
545 B
CMake
add_llvm_library(LLVMGlobalISel
|
|
CallLowering.cpp
|
|
GlobalISel.cpp
|
|
Combiner.cpp
|
|
CombinerHelper.cpp
|
|
IRTranslator.cpp
|
|
InstructionSelect.cpp
|
|
InstructionSelector.cpp
|
|
LegalityPredicates.cpp
|
|
LegalizeMutations.cpp
|
|
Legalizer.cpp
|
|
LegalizerHelper.cpp
|
|
LegalizerInfo.cpp
|
|
Localizer.cpp
|
|
MachineIRBuilder.cpp
|
|
RegBankSelect.cpp
|
|
RegisterBank.cpp
|
|
RegisterBankInfo.cpp
|
|
Utils.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|