RESOLVED FIXED 150795
Fix the FTL JIT build with system LLVM on Linux
https://bugs.webkit.org/show_bug.cgi?id=150795
Summary Fix the FTL JIT build with system LLVM on Linux
Csaba Osztrogonác
Reported 2015-11-02 05:38:27 PST
Now it builds fine with LLVM jhbuild modules, but not with system LLVM. Let's fix it.
Attachments
Patch (4.45 KB, patch)
2015-11-02 05:42 PST, Csaba Osztrogonác
no flags
Patch for landing (4.85 KB, patch)
2015-11-02 07:36 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-11-02 05:40:33 PST
--system-libs option was introduced in LLVM 3.6, let's use it to add system libraries instead of hard coding them to CMakeLists.txt Additionally we will need libedit-dev package to be able link libedit.a .
Csaba Osztrogonác
Comment 2 2015-11-02 05:42:58 PST
Michael Catanzaro
Comment 3 2015-11-02 07:12:12 PST
Please also add the Arch package libedit and the Fedora package libedit-devel. In the future, you can search out these names at: https://www.archlinux.org/packages/ https://admin.fedoraproject.org/pkgdb/
Csaba Osztrogonác
Comment 4 2015-11-02 07:35:45 PST
(In reply to comment #3) > Please also add the Arch package libedit and the Fedora package > libedit-devel. > > In the future, you can search out these names at: > > https://www.archlinux.org/packages/ > https://admin.fedoraproject.org/pkgdb/ Oops, sorry. I'll add them before landing.
Csaba Osztrogonác
Comment 5 2015-11-02 07:36:05 PST
Created attachment 264587 [details] Patch for landing
WebKit Commit Bot
Comment 6 2015-11-02 08:25:32 PST
Comment on attachment 264587 [details] Patch for landing Clearing flags on attachment: 264587 Committed r191889: <http://trac.webkit.org/changeset/191889>
WebKit Commit Bot
Comment 7 2015-11-02 08:25:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.