This suppression is currently enabled for --relocs, but not --dyn-relocs. Apply it there for consistency, as well as matching GNU objdump behavior.
Split off from D68066 which rearranges objdump sections.
Differential D68303
[llvm-objdump] Also suppress --dyn-relocs when --disassemble is provided rupprecht on Oct 1 2019, 2:36 PM. Authored by
Details
This suppression is currently enabled for --relocs, but not --dyn-relocs. Apply it there for consistency, as well as matching GNU objdump behavior. Split off from D68066 which rearranges objdump sections.
Diff Detail
Event Timeline
|
Does objdump (GNU or LLVM) print dynamic relocations inline like it does with static ones? Your comment suggests it does, but you don't attempt to test it anywhere.