<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - JavaScriptCore has a weak external symbol in it"
href="https://bugs.webkit.org/show_bug.cgi?id=167282#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - JavaScriptCore has a weak external symbol in it"
href="https://bugs.webkit.org/show_bug.cgi?id=167282">bug 167282</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>