[all-commits] [llvm/llvm-project] a5a365: [WebAssembly][yaml2obj][obj2yaml] Elem sections fo...
Andy Wingo via All-commits
all-commits at lists.llvm.org
Fri Mar 5 02:46:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5a3659de788fe4972ac5e91a455add85d037a33
https://github.com/llvm/llvm-project/commit/a5a3659de788fe4972ac5e91a455add85d037a33
Author: Andy Wingo <wingo at igalia.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/include/llvm/Object/Wasm.h
M llvm/include/llvm/ObjectYAML/WasmYAML.h
M llvm/lib/MC/WasmObjectWriter.cpp
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/ObjectYAML/WasmYAML.cpp
A llvm/test/ObjectYAML/wasm/multiple-tables.yaml
M llvm/tools/obj2yaml/wasm2yaml.cpp
Log Message:
-----------
[WebAssembly][yaml2obj][obj2yaml] Elem sections for nonzero tables
With reference types, tables can have non-zero table numbers. This
commit adds support for element sections against these tables.
Differential Revision: https://reviews.llvm.org/D97923
More information about the All-commits
mailing list