[llvm-bugs] [Bug 31396] New: Regression: llvm-lib rejects .res files

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 15 11:00:49 PST 2016


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

            Bug ID: 31396
           Summary: Regression: llvm-lib rejects .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

llvm-lib now rejects non-coff files. That's cool, but it rejects too much now.
From
https://build.chromium.org/p/chromium.fyi/builders/CrWinClangLLD/builds/4851/steps/compile/logs/stdio
:

FAILED: obj/media/cast/cast_receiver.lib 
C:/b/depot_tools/python276_bin/python.exe
../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x86 False
../../third_party/llvm-build/Release+Asserts/bin/lld-link.exe /lib /llvmlibthin
/nologo /ignore:4221 /OUT:obj/media/cast/cast_receiver.lib
@obj/media/cast/cast_receiver.lib.rsp
obj/ui/resources/ui_unscaled_resources_grd/ui_unscaled_resources.res: not a
COFF object or bitcode file

error: lib failed

.res files should be accepted.

-- 
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/20161215/4ca853db/attachment.html>


More information about the llvm-bugs mailing list