[llvm-bugs] [Bug 28791] New: lld shouldn't depend on cvtres.exe to link .res files

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jul 31 17:56:20 PDT 2016


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: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160801/c62f10ac/attachment-0001.html>


More information about the llvm-bugs mailing list