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

            Bug ID: 28791
           Summary: lld shouldn't depend on cvtres.exe to link .res files
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: COFF
          Assignee: unassignedb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

I wrote a reimplementation proof of concept of cvtres here:
https://github.com/nico/hack/blob/master/res/cvtres.cc

I should get something like that into lld itself, so that lld doesn't have to
rely on cvtres.exe (which only exists on Windows hosts). This code can also be
used to remove lld's dependency on rc.exe.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to