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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 14:50:06 PST 2018


ruiu added a comment.

I don't think I like this patch because it makes things more complicated than it can be. "Supported targets" are just informative for compatibility with GNU linkers, and it doesn't change often. I'm more comfortable with the current code than this one.


https://reviews.llvm.org/D42952





More information about the llvm-commits mailing list