Bug 143821 - [EFL] Bump LLVM to version 3.6.0 on AArch64
Summary: [EFL] Bump LLVM to version 3.6.0 on AArch64
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 143605
  Show dependency treegraph
 
Reported: 2015-04-16 05:13 PDT by Csaba Osztrogonác
Modified: 2016-02-08 02:27 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.14 KB, patch)
2015-04-21 04:07 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff
Patch (9.09 KB, patch)
2015-04-21 09:01 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-04-16 05:13:51 PDT
- AArch64 LLVM patches aren't yet landed in upstream LLVM:
https://bugs.webkit.org/show_bug.cgi?id=143604#c4

- LLVM stuck in an infinte loop: (should be fixed before bumping)
https://bugs.webkit.org/show_bug.cgi?id=143604#c2
Comment 1 Csaba Osztrogonác 2015-04-21 04:07:58 PDT
Created attachment 251226 [details]
Patch

patch for testing, it doesn't contain the infinite loop bug fix. And it should be updated once bug143822 is fixed.
Comment 2 Csaba Osztrogonác 2015-04-21 09:01:19 PDT
Created attachment 251232 [details]
Patch
Comment 3 Csaba Osztrogonác 2016-02-08 02:27:23 PST
LLVM based FTL JIT will be removed from trunk soon, it would 
be better to make B3 based FTL JIT work on AArch64 Linux.