llvm/lib/CodeGen/GlobalISel/CMakeLists.txt
Quentin Colombet 3fbb046df6 [GlobalISel] Remove a stall comment in CMake.
Thanks to Diana Picus <diana.picus@linaro.org> for noticing.

NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310114 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-04 20:15:41 +00:00

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
)