https://bugs.llvm.org/show_bug.cgi?id=36503
Bug ID: 36503
Summary: quotes in the LIB environment variable are not
stripped
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: COFF
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
When quoting a path in the LIB environment variable, lld-link does not find
libraries in that directory:
> set LIB="c:\Program Files (x86)\Windows Kits\10\Lib\10.0.15063.0\um\x64";%LIB%
> lld-link main.obj
lld-link.exe: error: could not open shell32.lib: no such file or directory
The MS linker seems to strip the quotes from the search path.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs