[PATCH] D68066: [llvm-objdump] Further rearrange llvm-objdump sections for compatability
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 18:18:39 PDT 2019
rupprecht added a comment.
In D68066#1687377 <https://reviews.llvm.org/D68066#1687377>, @justice_adams wrote:
> @rupprecht A bit of a beginner to LLVM, but why add the suppression for DynamicRelocations when `--disassemble` is provided?
As James mentioned, this is to emulate GNU objdump better; and AIUI the original intention is that --disassemble should include relocations inline in the assembly output, so including a separate section is redundant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68066/new/
https://reviews.llvm.org/D68066
More information about the llvm-commits
mailing list