[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 10:50:05 PST 2018
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