[llvm-bugs] [Bug 34252] New: ms-pbd: link fails if two libs have .obj files with the same path
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Mon Aug 21 01:17:20 PDT 2017
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=34252
            Bug ID: 34252
           Summary: ms-pbd: link fails if two libs have .obj files with
                    the same path
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: alex-telishev at ya.ru
                CC: llvm-bugs at lists.llvm.org
`PDBLinker::addObjFile` function uses internal .obj path for identifier in case
of .lib objects. That path can be identical for two different libs (I my case
it happened while linking with qt with several plugins statically) and
shouldn't be an error.
-- 
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/20170821/3bedbb2e/attachment.html>
    
    
More information about the llvm-bugs
mailing list