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

            Bug ID: 36286
           Summary: Implement constant string merging
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: COFF
          Assignee: unassignedb...@nondot.org
          Reporter: r...@google.com
                CC: llvm-bugs@lists.llvm.org

We should implement the constant string merging for the COFF version of lld,
just like we did for ELF, to reduce output size.

Unlike ELF, COFF sections that contain constant strings don't have any special
section type, but we can identify them by looking at their symbol name. So it's
doable.

-- 
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