[llvm-bugs] [Bug 32637] New: LLD COFF flavor not recognized if spawned from lib.exe
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 12 04:40:51 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32637
Bug ID: 32637
Summary: LLD COFF flavor not recognized if spawned from lib.exe
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: ignacio.slipknot at gmail.com
CC: llvm-bugs at lists.llvm.org
Hello, when Visual Studio 2015 links a library it uses lib.exe
However, the first argument it passes to lld/link.exe is "LINK" instead of
"link" or "link.exe". Since linker name comparison in lld.cpp:getFlavor is
case-sensitive, it fails.
--
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/20170412/7832f238/attachment.html>
More information about the llvm-bugs
mailing list