[PATCH] D83106: [WebAssembly] 64-bit memory limits
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 17:50:09 PDT 2020
aardappel created this revision.
aardappel added reviewers: dschuff, sbc100.
Herald added subscribers: llvm-commits, sunfish, aheejin, hiraditya, jgravelle-google.
Herald added a project: LLVM.
aardappel added a comment.
Not much happening here, other than updating the memory limits writing. Probably needs an LLD specific test, @sbc100 ?
Making sure we're supporting writing out 64-bit limits structures in object files + related code cleanup.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83106
Files:
lld/wasm/SyntheticSections.cpp
lld/wasm/SyntheticSections.h
lld/wasm/Writer.cpp
llvm/include/llvm/BinaryFormat/Wasm.h
llvm/lib/MC/WasmObjectWriter.cpp
llvm/lib/Object/WasmObjectFile.cpp
llvm/lib/ObjectYAML/WasmYAML.cpp
llvm/test/MC/WebAssembly/wasm64.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83106.275267.patch
Type: text/x-patch
Size: 8027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200703/b877ebfe/attachment.bin>
More information about the llvm-commits
mailing list