The option --prefix-strip is only used when --prefix is not empty.
It removes N initial directories from absolute paths before adding the
prefix.
This matches GNU's objdump behavior.
Differential D96679
[llvm-objdump] Implement --prefix-strip option tinti on Feb 14 2021, 6:39 PM. Authored by
Details The option --prefix-strip is only used when --prefix is not empty. This matches GNU's objdump behavior.
Diff Detail Event Timeline
Comment Actions Add range tests.
Comment Actions Reword documentation. Comment Actions Sorry for the delay. I've been off sick for much of the week, and am still catching up on things.
Comment Actions I hope you are well. Be safe.
|
Same in the man page.