RESOLVED FIXED152654
Build fails for aarch64/linux on when building with clang
https://bugs.webkit.org/show_bug.cgi?id=152654
Summary Build fails for aarch64/linux on when building with clang
Khem Raj
Reported 2016-01-02 14:58:35 PST
On OpenEmbedded when building webkitgtk using clang for aarch64/linux target build fails with Source/JavaScriptCore/assembler/ARM64Assembler.h:2857:33: error: cannot initialize a parameter of type 'char *' with an rvalue of type 'void *' __builtin___clear_cache(reinterpret_cast<void*>(begin), reinterpret_cast<void*>(end)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
Attachments
Fix aarch64/linux build with clang (2.00 KB, patch)
2016-01-02 15:06 PST, Khem Raj
no flags
patch to fix clang/aarch64/Linux (2.09 KB, patch)
2016-01-03 10:45 PST, Khem Raj
no flags
Khem Raj
Comment 1 2016-01-02 15:06:02 PST
Created attachment 268114 [details] Fix aarch64/linux build with clang
Michael Saboff
Comment 2 2016-01-02 15:19:36 PST
Comment on attachment 268114 [details] Fix aarch64/linux build with clang r=me
WebKit Commit Bot
Comment 3 2016-01-02 16:04:43 PST
Comment on attachment 268114 [details] Fix aarch64/linux build with clang Clearing flags on attachment: 268114 Committed r194505: <http://trac.webkit.org/changeset/194505>
WebKit Commit Bot
Comment 4 2016-01-02 16:04:46 PST
All reviewed patches have been landed. Closing bug.
Daniel Bates
Comment 5 2016-01-02 21:30:51 PST
(In reply to comment #3) > Comment on attachment 268114 [details] > Fix aarch64/linux build with clang > > Clearing flags on attachment: 268114 > > Committed r194505: <http://trac.webkit.org/changeset/194505> The ChangeLog entry for this change neither lists the name of the reviewer (Michael Saboff) nor conforms to format of a ChangeLog entry described in <https://webkit.org/contributing-code/#changelog-files>. Even though this a build fix (which could be landed by a committer/reviewer "Unreviewed") it was formally reviewed and landed. Therefore its ChangeLog should reflect the reviewer.
Khem Raj
Comment 6 2016-01-03 10:45:58 PST
Created attachment 268142 [details] patch to fix clang/aarch64/Linux Addressed review comments.
Filip Pizlo
Comment 7 2016-01-03 12:08:51 PST
Filip Pizlo
Comment 8 2016-01-03 12:09:14 PST
Comment on attachment 268142 [details] patch to fix clang/aarch64/Linux Obsolete patch.
Note You need to log in before you can comment on or make changes to this bug.