[PATCH] D92315: [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 08:11:53 PST 2021
sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/BinaryFormat/Wasm.h:151
+ WasmInitExpr
+ Offset; // present if InitFlags & WASM_DATA_SEGMENT_IS_PASSIVE == 0
ArrayRef<uint8_t> Content;
----------------
Shall we move the comments onto the above line rather than splitting like this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92315/new/
https://reviews.llvm.org/D92315
More information about the llvm-commits
mailing list