[llvm-bugs] [Bug 26737] New: lld: implement --warn-common
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 25 06:18:28 PST 2016
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: unassignedbugs at nondot.org
Reporter: emaste at freebsd.org
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160225/670f2981/attachment.html>
More information about the llvm-bugs
mailing list