[llvm-bugs] [Bug 36340] New: Unable to link when compiled without /Z flags
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Feb 11 11:30:35 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36340
Bug ID: 36340
Summary: Unable to link when compiled without /Z flags
Product: lld
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: COFF
Assignee: unassignedbugs at nondot.org
Reporter: jvapen at gmail.com
CC: llvm-bugs at lists.llvm.org
I'm trying to link a code base compiled with MSVC 2015 with lld-link.exe
On doing so, I've learned that I get following error when linking a .lib file
to .dll in case none of the object files are compiled with /Z7 (or similar):
error: Type server PDB was not found: no such file or directory
When using the same command on a .lib file containing only obj files compiled
with /Z7, this error does not appear.
Used executable: 6.0.0 (RC2)
I did not yet manage to reduce this scenario.
--
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/20180211/5755c191/attachment.html>
More information about the llvm-bugs
mailing list