[LLVMdev] Making llvm-objdump more like GNU objdump

Dmitri Gribenko gribozavr at gmail.com
Thu Dec 4 10:00:55 PST 2014


On Thu, Dec 4, 2014 at 9:16 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 2 December 2014 at 00:50, Jim Grosbach <grosbach at apple.com> wrote:
>> Then when we’re ready to, optionally as packagers decide to opt-in, use llvm-objdump to replace the system version, we can figure out the right way to make that transition nice and clean.
>
> What about llvm-otool being a symlink to llvm-objdump and get the bin
> name as a --flavour default? This way we could have both on all
> arches...

I agree, using lld-style command-line option flavors (and getting a
real option parser into llvm-objdump) looks like the right way to me.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/




More information about the llvm-dev mailing list