[PATCH] Add -bare option to llvm-objdump
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Sep 11 06:57:46 PDT 2014
On 10 September 2014 18:19, Steve King <steve at metrokings.com> wrote:
> On Wed, Sep 10, 2014 at 2:30 PM, Rafael EspĂndola
> <rafael.espindola at gmail.com> wrote:
>>
>> I think my main issue with the patch is probably that there is no
>> -bare option it the gnu objdump.
>> Do we really need the extra feature? It seems better to have
>> llvm-objdump behave like the
>> system one: always symbolize.
>
> I agree we should make llvm-objdump behave like the system one and
> always symbolize. But my "system one" might not be the same as your
> "system one". The -bare option produces consistent output the tests
> can always depend on.
What version of objdump are you talking about? What option does it use to
disable/enable symbolization?
If at all possible it seems better to always symbolize. It matches every objdump
I have seem and will probably be a welcome extension over those that don't.
Cheers,
Rafael
More information about the llvm-commits
mailing list