Bug 143821

Summary: [EFL] Bump LLVM to version 3.6.0 on AArch64
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: gyuyoung.kim, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 143605    
Attachments:
Description Flags
Patch
none
Patch none

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.