Helpers are available to make this option file format independant. This patch adds the feature for Wasm file format. It doesn't change the behavior of the other file format handling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
A more detailed commit message (is this meant to change behavior? what's change? if it's mostly/only a refactor - what's the end goal? (or is this retroactive tidy-up?)) would be good.
test/tools/llvm-readobj/print-hex.test | ||
---|---|---|
10 ↗ | (On Diff #156268) | What's happening in these test changes? |
test/tools/llvm-readobj/print-hex.test | ||
---|---|---|
10 ↗ | (On Diff #156268) | That's a mistake from my part, should have paid more attention ! The problem is that ELF is the only format with 0 based indexes. |
Comment Actions
Looks good - though needs a test case for the new functionality (a WAsm example, going from the patch description).