[all-commits] [llvm/llvm-project] 831a14: [WebAssembly] Change prefix on data segment flags ...
Andy Wingo via All-commits
all-commits at lists.llvm.org
Tue Jan 19 00:42:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 831a143e50cac873ec095fc7139a485173ba8c35
https://github.com/llvm/llvm-project/commit/831a143e50cac873ec095fc7139a485173ba8c35
Author: Andy Wingo <wingo at igalia.com>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M lld/wasm/OutputSections.cpp
M lld/wasm/Writer.cpp
M llvm/include/llvm/BinaryFormat/Wasm.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
Log Message:
-----------
[WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT
Element sections will also need flags, so we shouldn't squat the
WASM_SEGMENT namespace.
Depends on D90948.
Differential Revision: https://reviews.llvm.org/D92315
More information about the All-commits
mailing list