[PATCH] D38972: Add the /v option which prints out the LLD version string.
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 16 13:44:24 PDT 2017
hans added a comment.
Would it be easy to print the version number as part of /? instead? Maybe that's safer.
It's a little bit confusing that for gcc/clang, -v means verbose, for ld it means version, we can't use /version for lld-link because for link.exe that means something else..
https://reviews.llvm.org/D38972
More information about the llvm-commits
mailing list