[PATCH] D122924: [lld] Add version info to generic driver output

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 22:14:53 PDT 2022


keith added a comment.

I doubt they're super common, but I figured the complexity of adding this was so low that it made sense to. In my case I was trying to compare versions of the installed lld on linux systems at /usr/bin/lld, so I found myself trying to do `/usr/bin/ld --version` and then `/usr/bin/lld --version`, where the latter didn't print the version. I don't think we have to worry about more folks calling this since the utility of calling it is still very small, and the output is clear that the other shims should be called.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122924/new/

https://reviews.llvm.org/D122924



More information about the llvm-commits mailing list