[Webkit-unassigned] [Bug 101712] [Qt] Fix the LLINT build from ARMv7 platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 22:45:14 PST 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2012-11-08 22:46:51 PST ---
LLINT is disabled on MIPS, but generating isn't disabled. But it doesn't
cause any problem, because the genarator script automatically skip it:

ruby /data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/JavaScriptCore/offlineasm/asm.rb /data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/JavaScriptCore/llint/LowLevelInterpreter.asm LLIntOffsetsExtractor generated/LLIntAssembly.h
offlineasm: Parsing /data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/JavaScriptCore/llint/LowLevelInterpreter.asm and LLIntOffsetsExtractor and creating assembly file generated/LLIntAssembly.h.
offlineasm: No magic values found. Skipping assembly file generation.

Here is the output on ARM_TRADITIONAL after enabling generation:

ruby /home/oszi/WebKit/Source/JavaScriptCore/offlineasm/asm.rb /home/oszi/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter.asm LLIntOffsetsExtractor generated/LLIntAssembly.h
offlineasm: Parsing /home/oszi/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter.asm and LLIntOffsetsExtractor and creating assembly file generated/LLIntAssembly.h.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list