[PATCH] D92315: [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT

Andy Wingo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 00:41:39 PST 2021


wingo added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/Wasm.h:151
+  WasmInitExpr
+      Offset; // present if InitFlags & WASM_DATA_SEGMENT_IS_PASSIVE == 0
   ArrayRef<uint8_t> Content;
----------------
sbc100 wrote:
> Shall we move the comments onto the above line rather than splitting like this?
Done, tx.  (I love clang-format but i also get to blame it in this case!)


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