It seems to make sense to omit offsets when --no-leading-addr is specified. The output is now closer
to objdump -dr --no-addresses (non-wide output).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135039
[llvm-objdump] --no-leading-addr: hide inline relocation offsets ClosedPublic Authored by MaskRay on Oct 2 2022, 11:31 AM.
Details Summary It seems to make sense to omit offsets when --no-leading-addr is specified. The output is now closer
Diff Detail
Event TimelineMaskRay added a child revision: D135040: [llvm-objdump] Add --no-addresses as an alias for --no-leading-addr.Oct 2 2022, 11:36 AM This revision is now accepted and ready to land.Oct 3 2022, 9:34 AM Closed by commit rGad92a3db2e43: [llvm-objdump] --no-leading-addr: hide inline relocation offsets (authored by MaskRay). · Explain WhyOct 4 2022, 10:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465062 llvm/docs/CommandGuide/llvm-objdump.rst
llvm/test/tools/llvm-objdump/X86/elf-disassemble-relocs-exec.test
llvm/tools/llvm-objdump/ObjdumpOpts.td
llvm/tools/llvm-objdump/llvm-objdump.cpp
|