[Webkit-unassigned] [Bug 167282] JavaScriptCore has a weak external symbol in it
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 22 22:14:00 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167282
--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
With:
$ xcrun clang++ -v
Apple LLVM version 8.1.0 (clang-802.0.21.2)
I only see these weak externals:
$ nm -m $build/Release/JavaScriptCore.framework/JavaScriptCore | grep 'weak external'
(undefined) weak external __ZdaPv (from libc++)
(undefined) weak external __ZdlPv (from libc++)
(undefined) weak external __Znam (from libc++)
(undefined) weak external __Znwm (from libc++)
So I guess I can go ahead speculatively here, seems harmless.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170123/0e632c62/attachment.html>
More information about the webkit-unassigned
mailing list