RESOLVED DUPLICATE of bug 127904 127856
Fix the ARM traditional build after jsCStack branch merge
https://bugs.webkit.org/show_bug.cgi?id=127856
Summary Fix the ARM traditional build after jsCStack branch merge
Csaba Osztrogonác
Reported 2014-01-29 14:28:46 PST
The merge broke the ARM traditional build, because only x86, ARM Thumb2 and ARM64 assembler backend was updated for the merge.
Attachments
Csaba Osztrogonác
Comment 1 2014-01-30 03:38:49 PST
build log: /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h: In member function 'void JSC::AssemblyHelpers::emitFunctionPrologue()': /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h:116:52: error: 'pushPair' was not declared in this scope /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h: In member function 'void JSC::AssemblyHelpers::emitFunctionEpilogue()': /home/webkitbuildbot/slaves/efl-ARMv7-traditional-build/buildslave/efl-armv7-traditional-build/build/Source/JavaScriptCore/jit/AssemblyHelpers.h:123:51: error: 'popPair' was not declared in this scope
Julien Brianceau
Comment 2 2014-01-30 04:29:47 PST
Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904
Csaba Osztrogonác
Comment 3 2014-01-30 04:34:36 PST
(In reply to comment #2) > Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904 Thanks for noticing it. *** This bug has been marked as a duplicate of bug 127904 ***
Note You need to log in before you can comment on or make changes to this bug.