<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [CMake] Confusing error message if LLVM static libraries are not installed"
href="https://bugs.webkit.org/show_bug.cgi?id=151559#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [CMake] Confusing error message if LLVM static libraries are not installed"
href="https://bugs.webkit.org/show_bug.cgi?id=151559">bug 151559</a>
from <span class="vcard"><a class="email" href="mailto:mcatanzaro@igalia.com" title="Michael Catanzaro <mcatanzaro@igalia.com>"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
<pre>That explains why we need to load a shared library with dlopen (libllvmForJSC.so) instead of linking to LLVM normally. That's unconventional but fine. Now, libllvmForJSC.so is linked statically to LLVM, which is not generally permitted in Fedora. I want to know why we don't dynamically link libllvmForJSC.so to the system LLVM. Surely we can override cxa_atexit regardless, so I don't think we need to link statically.</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>