[LLVMbugs] [Bug 3007] extern __attribute__((weak)) gets turned into undefined symbol
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 24 11:42:21 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=3007
Bill Wendling <isanbard at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |isanbard at gmail.com
Resolution|--- |FIXED
--- Comment #3 from Bill Wendling <isanbard at gmail.com> ---
Clang does the correct thing:
$ clang t.c -c && nm t.o
w __crc_init_mm
0000000000000000 r __kcrctab_init_mm
0000000000000000 T main
--
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/20140124/f417e10c/attachment.html>
More information about the llvm-bugs
mailing list