[PATCH] D97923: [WebAssembly][yaml2obj][obj2yaml] Elem sections for nonzero tables
Andy Wingo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 01:48:27 PST 2021
wingo created this revision.
wingo added a reviewer: sbc100.
Herald added subscribers: ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
wingo requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
With reference types, tables can have non-zero table numbers. This
commit adds support for element sections against these tables.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97923
Files:
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/include/llvm/Object/Wasm.h
llvm/include/llvm/ObjectYAML/WasmYAML.h
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/ObjectYAML/WasmEmitter.cpp
llvm/lib/ObjectYAML/WasmYAML.cpp
llvm/test/ObjectYAML/wasm/multiple-tables.yaml
llvm/tools/obj2yaml/wasm2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97923.328072.patch
Type: text/x-patch
Size: 16138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210304/1ac6cf11/attachment.bin>
More information about the llvm-commits
mailing list