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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

> 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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to