[PATCH] D115749: [WebAssembly] Emit symbol labels for table global symbols
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 14 12:06:53 PST 2021
pmatos created this revision.
pmatos added a reviewer: sbc100.
Herald added subscribers: ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
pmatos requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
Currently we are emitting table directives correctly but still missing the symbol label, which this patch now fixes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D115749
Files:
llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
llvm/test/CodeGen/WebAssembly/externref-tableget.ll
llvm/test/CodeGen/WebAssembly/externref-tableset.ll
llvm/test/CodeGen/WebAssembly/funcref-table_call.ll
llvm/test/CodeGen/WebAssembly/funcref-tableget.ll
llvm/test/CodeGen/WebAssembly/funcref-tableset.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115749.394338.patch
Type: text/x-patch
Size: 3877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/a56e0aaa/attachment.bin>
More information about the llvm-commits
mailing list