Bug 142040

Summary: [ARM] Fix the FTL build on Aarch64 Linux after r177421
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: akiss, commit-queue, darin, enrica, fpizlo, ggaren, mark.lam, msaboff, oliver, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108645, 139495    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-02-26 02:14:37 PST
http://trac.webkit.org/changeset/177421 added an ifdef for older iOS versions,
because ARM64 was renamed to Aarch64. But on Linux we use LLVM 3.5 for FTL JIT,
which don't use ARM64, but Aarch64.
Comment 1 Csaba Osztrogonác 2015-02-26 02:15:54 PST
Created attachment 247417 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-03-05 01:52:19 PST
cc-ing more reviewers
Comment 3 Mark Lam 2015-03-05 08:43:34 PST
Comment on attachment 247417 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-03-05 09:29:36 PST
Comment on attachment 247417 [details]
Patch

Clearing flags on attachment: 247417

Committed r181083: <http://trac.webkit.org/changeset/181083>
Comment 5 WebKit Commit Bot 2015-03-05 09:29:40 PST
All reviewed patches have been landed.  Closing bug.