[LLVMbugs] [Bug 8952] extern "C" function returning pointer to class in namespace{} silently drops symbol
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Oct 9 15:21:58 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=8952
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2011-10-09 17:21:58 CDT ---
With top-of-tree Clang, I see both bar() and baz(), as expected:
0000000000000000 T _bar
0000000000000038 S _bar.eh
0000000000000010 T _baz
0000000000000060 S _baz.eh
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list