[PATCH] D42952: [ELF] - Make printHelp() print all targets supported.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 14:41:00 PST 2018


Please rabase on top of r324418. It should be just s/Argv[0]/ProgName/.

Thanks,
Rafael


Rafael Avila de Espindola <rafael.espindola at gmail.com> writes:

> George Rimar via Phabricator <reviews at reviews.llvm.org> writes:
>
>
>> +  outs() << Config->Argv[0] << ": supported targets: ";
>
> I was not aware that we had Argv in Config. That looks odd. I have
> created a patch to remove it: https://reviews.llvm.org/D42975.
>
> Could you avoid using it in this patch?
>
> Thanks,
> Rafael


More information about the llvm-commits mailing list