llvm-project
35a5df2d - [WebAssembly][Object] Record section start offsets at start of payload (#76188)

Commit
2 years ago
[WebAssembly][Object] Record section start offsets at start of payload (#76188) LLVM ObjectFile currently records the start offsets of sections as the start of the section header, whereas most other tools (WABT, emscripten, wasm-tools) record it as the start of the section content, after the header. This affects binutils tools such as objdump and nm, but not compilation/assembly (since that is driven by symbols and assembler labels which already have their values inside the section payload rather in the header. This patch updates LLVM to match the other tools.
Author
Parents
Loading