[WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT
authorAndy Wingo <wingo@igalia.com>
Mon, 30 Nov 2020 13:55:29 +0000 (14:55 +0100)
committerAndy Wingo <wingo@igalia.com>
Tue, 19 Jan 2021 08:40:42 +0000 (09:40 +0100)
commit831a143e50cac873ec095fc7139a485173ba8c35
tree3fd4fba16800ccbb8fd72292995ebc9cfa7896a0
parent418df4a6ab35d343cc0f2608c90a73dd9b8d0ab1
[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
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