[PATCH] D109595: [WebAssembly] Convert to new "dylink" section format
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 10 04:53:27 PDT 2021
sbc100 created this revision.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
This format is based on sub-sections (like the "linking" and "name"
sections) and is therefore easier to extend going forward.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109595
Files:
lld/test/wasm/pie.ll
lld/test/wasm/shared-needed.s
lld/test/wasm/shared.s
lld/test/wasm/shared64.s
lld/wasm/SyntheticSections.cpp
lld/wasm/SyntheticSections.h
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/include/llvm/Object/Wasm.h
llvm/include/llvm/ObjectYAML/WasmYAML.h
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/ObjectYAML/WasmEmitter.cpp
llvm/lib/ObjectYAML/WasmYAML.cpp
llvm/test/ObjectYAML/wasm/dylink_section.yaml
llvm/tools/obj2yaml/wasm2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109595.371883.patch
Type: text/x-patch
Size: 12365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/33c3f100/attachment.bin>
More information about the llvm-commits
mailing list