[Webkit-unassigned] [Bug 188858] New: Don't use WTF_CPU_MIPS when building for mips64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 12:52:09 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188858

            Bug ID: 188858
           Summary: Don't use WTF_CPU_MIPS when building for mips64
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: lforschler at apple.com

We want that the build system detects automatically when to enable the JIT, but we can't do it with mips64 as we do it for mips, since the former is not supported and results on a build failure:

In file included from Source/JavaScriptCore/jit/GPRInfo.h:28,
                 from Source/JavaScriptCore/interpreter/VMEntryRecord.h:28,
                 from Source/JavaScriptCore/interpreter/StackVisitor.h:29,
                 from Source/JavaScriptCore/interpreter/CallFrame.h:29,
                 from Source/JavaScriptCore/runtime/ClassInfo.h:25,
                 from Source/JavaScriptCore/runtime/Structure.h:28,
                 from Source/JavaScriptCore/bytecode/ArrayProfile.h:29,
                 from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
Source/JavaScriptCore/assembler/MacroAssembler.h:69:2: error: #error "The MacroAssembler is not supported on this platform."

There's a separate WTF_CPU_MIPS64 for this architecture.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180822/646c2724/attachment.html>


More information about the webkit-unassigned mailing list