Bug 142040 - [ARM] Fix the FTL build on Aarch64 Linux after r177421
Summary: [ARM] Fix the FTL build on Aarch64 Linux after r177421
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 108645 139495
  Show dependency treegraph
 
Reported: 2015-02-26 02:14 PST by Csaba Osztrogonác
Modified: 2015-03-05 09:29 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2015-02-26 02:15 PST, 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-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.