[all-commits] [llvm/llvm-project] 0d9b17: [WebAssembly] fixed wasm64 data segment init exp n...
Wouter van Oortmerssen via All-commits
all-commits at lists.llvm.org
Mon Feb 1 11:33:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d9b17d0efe065f23b7f1c1f8f2b2b32491abd45
https://github.com/llvm/llvm-project/commit/0d9b17d0efe065f23b7f1c1f8f2b2b32491abd45
Author: Wouter van Oortmerssen <aardappel at gmail.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M lld/test/wasm/data-layout.ll
M lld/test/wasm/data-segments.ll
M lld/wasm/OutputSections.cpp
M llvm/lib/MC/WasmObjectWriter.cpp
M llvm/test/MC/WebAssembly/data-section.s
M llvm/test/MC/WebAssembly/wasm64.s
Log Message:
-----------
[WebAssembly] fixed wasm64 data segment init exp not 64-bit
As defined in the spec:
https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
Differential Revision: https://reviews.llvm.org/D95651
More information about the All-commits
mailing list