[llvm-bugs] [Bug 37914] New: lld-link does not accept wildcards

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jun 23 08:49:43 PDT 2018


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

            Bug ID: 37914
           Summary: lld-link does not accept wildcards
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: jvapen at gmail.com
                CC: llvm-bugs at lists.llvm.org

When testing lld-link, I got following error for cmd-line link.exe accepts:

CMD: lld-link.exe /nologo  obj\*_clr.obj /DLL /IMPLIB:t.lib /out:t.dll
ERROR: lld-link.exe: error: could not open obj\*_clr.obj: invalid argument

The difference with building other DLLs is that this uses the *, which does not
seem to be resolved.

-- 
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/20180623/9f638645/attachment.html>


More information about the llvm-bugs mailing list