[llvm-bugs] [Bug 36502] New: Files without extension are assumed to be object files only when specified without path

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 24 02:28:27 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=36502

            Bug ID: 36502
           Summary: Files without extension are assumed to be object files
                    only when specified without path
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: COFF
          Assignee: unassignedbugs at nondot.org
          Reporter: r.sagitario at gmx.de
                CC: llvm-bugs at lists.llvm.org

> lld-link main

links main.obj correctly, but

> lld-link .\main

reports

error: could not open .\main

The MS linker accepts both. The same happens when the object is in a
subdirectory.

-- 
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/20180224/60aaf53f/attachment.html>


More information about the llvm-bugs mailing list