The output is similar to objdump --no-addresses since binutils 2.35.
Depends on D135039
Close #58088
Paths
| Differential D135040
[llvm-objdump] Add --no-addresses as an alias for --no-leading-addr ClosedPublic Authored by MaskRay on Oct 2 2022, 11:36 AM.
Details Summary The output is similar to objdump --no-addresses since binutils 2.35. Depends on D135039
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 3 2022, 9:35 AM Closed by commit rG5c7566cd0597: [llvm-objdump] Add --no-addresses as an alias for --no-leading-addr (authored by MaskRay). · Explain WhyOct 4 2022, 10:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 465063 llvm/docs/CommandGuide/llvm-objdump.rst
llvm/test/tools/llvm-objdump/X86/elf-disassemble-relocs-exec.test
llvm/test/tools/llvm-objdump/X86/print-symbol-addr.s
llvm/tools/llvm-objdump/ObjdumpOpts.td
|
Just a quick note: unless something has changed at some point (I don't have a quick way to build and check llvm-objdump currently, or I'd check myself), because this has no help text, I believe it won't appear in the list of options listed by --help. This means that the documentation and the help text won't agree with one another, which seems less than ideal.