Bug 127856
Summary: | Fix the ARM traditional build after jsCStack branch merge | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Blocker | CC: | jbriance, ossy, p.jacquemart, rgabor |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 108645, 127763 |
Csaba Osztrogonác
The merge broke the ARM traditional build, because only x86,
ARM Thumb2 and ARM64 assembler backend was updated for the merge.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
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
Seems there is a duplicate here https://bugs.webkit.org/show_bug.cgi?id=127904
Csaba Osztrogonác
(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 ***