[llvm-bugs] [Bug 34955] New: lld-link has no flag to query the linker version
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 15 08:36:26 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34955
Bug ID: 34955
Summary: lld-link has no flag to query the linker version
Product: lld
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
I want to query lld-link's version from a script (here:
https://chromium-review.googlesource.com/c/chromium/src/+/720556/1/tools/clang/scripts/download_lld_mac.py#39).
>From what I can tell, there's no way to do this -- so now I have to create a
dummy ld.lld symlink just to access its --version flag. It'd be nice if
lld-link had some flag for this. (clang-cl exposes `-v` which does include
version and some other stuff; that'd work for example.)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171015/d0db6372/attachment.html>
More information about the llvm-bugs
mailing list