[PATCH] D31199: Add "(compatible with the GNU linker)" to the -version output.

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 12:27:45 PDT 2017


silvas accepted this revision.
silvas added a comment.
This revision is now accepted and ready to land.

Lgtm with a some suggestions that I don't feel too strongly about.



================
Comment at: lld/ELF/Driver.cpp:319
   if (Args.hasArg(OPT_version) || Args.hasArg(OPT_v))
-    message(getLLDVersion());
+    message(getLLDVersion() + " (compatible with the GNU linker)");
+
----------------
Maybe say "linkers" since there is bfd and gold?


https://reviews.llvm.org/D31199





More information about the llvm-commits mailing list