[llvm-bugs] [Bug 36214] New: LLD COFF handles /merge incorrectly

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Feb 2 12:11:18 PST 2018


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

            Bug ID: 36214
           Summary: LLD COFF handles /merge incorrectly
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: COFF
          Assignee: unassignedbugs at nondot.org
          Reporter: ignacio.slipknot at gmail.com
                CC: llvm-bugs at lists.llvm.org

The current implementation stops when it finds a single merge flag, however it
should continue until the final section name is resolved.

This is needed because MSVC passes something like /merge:.CRT=.rdata so
/merge:.rdata=othersection won't merge the things from .CRT section

-- 
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/20180202/a835190e/attachment.html>


More information about the llvm-bugs mailing list