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

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 16:39:45 PDT 2017


emaste added inline comments.


================
Comment at: lld/ELF/DriverUtils.cpp:124
+
+  // Scripts generated by Libtool 2.4.6 or earlier expects /supported
+  // targets:.* elf/ in a message for the -help option. If it doesn't
----------------
Right now this will remain true for any upcoming libtool releases, so maybe we want to say something like `Scripts generated by Libtool versions up to at least 2.4.6 expect ...`?


https://reviews.llvm.org/D31208





More information about the llvm-commits mailing list