[PATCH] D31208: Print out "suppoted targets" and "supported emulations".

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 06:03:37 PDT 2017


Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu added a comment.
>
> I chose to print out all the targets and emulations that LLD actually supports, instead of printing out `supported target: elf`, because I found that the message is useful not only for Libtool-generated scripts but for human as well.

There are very few cases when a -m option is needed, and I don't thing
the "supported target" list adds any value to the user, so I would
prefer just "supported target: elf".

Cheers,
Rafael


More information about the llvm-commits mailing list