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

            Bug ID: 26737
           Summary: lld: implement --warn-common
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: ema...@freebsd.org
                CC: llvm-bugs@lists.llvm.org
            Blocks: 23214
    Classification: Unclassified

--warn-common warns when combining a common symbol with another common symbol
or with a symbol definition.

It can easily be worked around (either in build infrastructure or by ignoring
it within lld) but it is a useful warning and is used in the FreeBSD
kernel/modules build. Thus, submitting this PR to track.

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