[PATCH] D90948: [WebAssembly] [WIP] call_indirect issues table number relocs
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 10:20:22 PST 2020
aardappel added a comment.
MC parts generally look good to me.
================
Comment at: llvm/test/CodeGen/WebAssembly/function-pointer64.ll:37
; CHECK-NEXT: i32.wrap_i64
-; CHECK-NEXT: call_indirect (i32) -> ()
+; CHECK-NEXT: call_indirect (i32) -> (), __indirect_function_table
----------------
Should this maybe be an implied default in both parsing and output?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90948/new/
https://reviews.llvm.org/D90948
More information about the llvm-commits
mailing list