[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 25 17:33:34 PDT 2023
aheejin added inline comments.
================
Comment at: llvm/lib/ObjectYAML/WasmEmitter.cpp:650
+ unsigned HeaderSecSizeEncodingLen =
+ Sec->HeaderSecSizeEncodingLen ? *Sec->HeaderSecSizeEncodingLen : 0;
+ if (HeaderSecSizeEncodingLen < getULEB128Size(OutString.size())) {
----------------
I think this is why the tests are failing. Will fix that.
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