[Webkit-unassigned] [Bug 217079] REGRESSION(r259582): Build fails on aarch64 Linux with WebKit 2.30.1 on LLIntOffsetsExtractor.cpp.o

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 10:37:50 PDT 2020


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

--- Comment #12 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 410127
  --> https://bugs.webkit.org/attachment.cgi?id=410127
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=410127&action=review

>> Source/WTF/wtf/PlatformEnable.h:888
>> +#if CPU(ARM64) && CPU(ADDRESS64) && ENABLE(JIT)
> 
> This change also doesn't make sense.  USE(JUMP_ISLANDS) should at most be dependent on ENABLE(ASSEMBLER), but it is only ever used in assembler code.  Hence, this change should not be necessary at all.

If there's no configuration issue on your part, adding this ENABLE(JIT) as a workaround is executable for now.  Please add a FIXME to say that this is a temporary workaround (just like in my previous comment).

-- 
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/20200930/37f6cdc2/attachment.htm>


More information about the webkit-unassigned mailing list