[PATCH] D92315: [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT
Andy Wingo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 06:06:38 PST 2020
wingo created this revision.
wingo added a reviewer: sbc100.
Herald added subscribers: llvm-commits, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
Herald added a project: LLVM.
wingo requested review of this revision.
Herald added a subscriber: aheejin.
Element sections will also need flags, so we shouldn't squat the
WASM_SEGMENT namespace.
Depends on D90948 <https://reviews.llvm.org/D90948>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92315
Files:
lld/wasm/OutputSections.cpp
lld/wasm/Writer.cpp
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/ObjectYAML/WasmEmitter.cpp
llvm/lib/ObjectYAML/WasmYAML.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92315.308345.patch
Type: text/x-patch
Size: 6780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/7f9d8487/attachment.bin>
More information about the llvm-commits
mailing list