[Webkit-unassigned] [Bug 151559] [CMake] Confusing error message if LLVM static libraries are not installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 23 11:22:22 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151559

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
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.

-- 
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/20151123/f4710fc6/attachment-0001.html>


More information about the webkit-unassigned mailing list