WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
210665
REGRESSION(
r260246
): It broke build on MIPS32
https://bugs.webkit.org/show_bug.cgi?id=210665
Summary
REGRESSION(r260246): It broke build on MIPS32
Carlos Alberto Lopez Perez
Reported
2020-04-17 12:27:20 PDT
MIPS32 Build its failing to build since
r260246
with this error: FAILED: [...] Source/JavaScriptCore/CMakeFiles/LowLevelInterpreterLib.dir/llint/LowLevelInterpreter.cpp.o -c ../../Source/JavaScriptCore/llint/LowLevelInterpreter.cpp /tmp/ccTewGul.s: Assembler messages: /tmp/ccTewGul.s:9974: Error: unrecognized opcode `shv $t1,0($t5)' /tmp/ccTewGul.s:10000: Error: unrecognized opcode `shv $t8,0($t5)' /tmp/ccTewGul.s:10076: Error: unrecognized opcode `shv $t1,0($t5)' /tmp/ccTewGul.s:10102: Error: unrecognized opcode `shv $t8,0($t5)' /tmp/ccTewGul.s:10180: Error: unrecognized opcode `shv $t1,0($t5)' /tmp/ccTewGul.s:10206: Error: unrecognized opcode `shv $t8,0($t5)' /tmp/ccTewGul.s:10297: Error: unrecognized opcode `shv $t8,0($t5)' [...repeated..] See full failure log here:
https://build.webkit.org/builders/JSCOnly%20Linux%20MIPS32el%20Release/builds/4845/steps/compile-webkit/logs/stdio
This has been bisected in the bot: ordered build on
r260245
: worked (I stopped it on the test phase) ->
https://build.webkit.org/builders/JSCOnly%20Linux%20MIPS32el%20Release/builds/4844
ordered build on
r260246
: failed ->
https://build.webkit.org/builders/JSCOnly%20Linux%20MIPS32el%20Release/builds/4845
And to discard it was not an iterative build issue I also tested with clean builds: clean ordered build on
r260245
: worked (the build phase) ->
https://build.webkit.org/builders/JSCOnly%20Linux%20MIPS32el%20Release/builds/4847
clean ordered build on
r260246
: failed ->
https://build.webkit.org/builders/JSCOnly%20Linux%20MIPS32el%20Release/builds/4846
Attachments
Patch
(1.64 KB, patch)
2020-04-18 06:07 PDT
,
Angelos Oikonomopoulos
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Angelos Oikonomopoulos
Comment 1
2020-04-18 06:07:14 PDT
Created
attachment 396843
[details]
Patch
EWS
Comment 2
2020-04-18 07:19:52 PDT
Committed
r260309
: <
https://trac.webkit.org/changeset/260309
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 396843
[details]
.
Radar WebKit Bug Importer
Comment 3
2020-04-18 07:20:18 PDT
<
rdar://problem/61970528
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug