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

            Bug ID: 33887
           Summary: Common symbol is not gced
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: rafael.espind...@gmail.com
                CC: llvm-bugs@lists.llvm.org

Given

        .comm   foo,4,4
        .hidden foo

ld.bfd test.o -o test.so --gc-sections -shared 

will gc foo, but the corresponding command with lld will not.

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