Skip to content

Commit 829e084

Browse files
Prepare basic GlobalISel setup and implement CallLowering::lowerFormalArguments and CallLowering::lowerReturn
1 parent 6b26dd5 commit 829e084

12 files changed

+859
-1
lines changed

llvm/lib/Target/WebAssembly/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ tablegen(LLVM WebAssemblyGenSubtargetInfo.inc -gen-subtarget)
1515
add_public_tablegen_target(WebAssemblyCommonTableGen)
1616

1717
add_llvm_target(WebAssemblyCodeGen
18+
GISel/WebAssemblyCallLowering.cpp
19+
GISel/WebAssemblyInstructionSelector.cpp
20+
GISel/WebAssemblyRegisterBankInfo.cpp
21+
GISel/WebAssemblyLegalizerInfo.cpp
1822
WebAssemblyAddMissingPrototypes.cpp
1923
WebAssemblyArgumentMove.cpp
2024
WebAssemblyAsmPrinter.cpp

0 commit comments

Comments
 (0)