Ignore:
Timestamp:
Mar 8, 2018, 6:16:27 PM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r229354 and r229364.
https://bugs.webkit.org/show_bug.cgi?id=183492

Breaks internal builds (Requested by ryanhaddad on #webkit).

Reverted changesets:

"Prepare LLInt code to support pointer profiling."
https://bugs.webkit.org/show_bug.cgi?id=183387
https://trac.webkit.org/changeset/229354

"Add support for ARM64E."
https://bugs.webkit.org/show_bug.cgi?id=183398
https://trac.webkit.org/changeset/229364

Patch by Commit Queue <[email protected]> on 2018-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/backends.rb

    r229364 r229447  
    3030require "cloop"
    3131
    32 begin
    33     require "arm64e"
    34 rescue LoadError
    35 end
    36 
    3732BACKENDS =
    3833    [
     
    4540     "ARMv7_TRADITIONAL",
    4641     "ARM64",
    47      "ARM64E",
    4842     "MIPS",
    4943     "C_LOOP"
     
    6559     "ARMv7_TRADITIONAL",
    6660     "ARM64",
    67      "ARM64E",
    6861     "MIPS",
    6962     "C_LOOP"
Note: See TracChangeset for help on using the changeset viewer.