[PATCH] D155535: [WebAssembly][Objcopy] Write output section headers identically to inputs
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 15:36:55 PDT 2023
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/Object/Wasm.h:113
std::vector<wasm::WasmRelocation> Relocations; // Relocations for this section
+ std::optional<uint8_t> HeaderSecSizeEncodingLen;
};
----------------
One-liner comment on what this is (in line with other members above) would be nice
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155535/new/
https://reviews.llvm.org/D155535
More information about the llvm-commits
mailing list