[Webkit-unassigned] [Bug 151559] [CMake] Do not use LLVM static libraries for FTL JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 03:29:03 PST 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #268863|                            |review?
              Flags|                            |

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 268863
  --> https://bugs.webkit.org/attachment.cgi?id=268863&action=review
Patch

I've tested this in debian, having both the global .so and the individual .a files installed, and it uses the global .so. It would be great if someone could test this in other distros, fedora, gentoo and suse at least. It first checks if there's a global .so, and if it isn't it uses the libs information from llvm-config instead of the lib files, so that in case of having both the .so and .a files for the individual libs, it will still prefer the .so ones, and if only .a files are installed, it will use those.

-- 
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/20160113/4a88edf7/attachment.html>


More information about the webkit-unassigned mailing list