[Webkit-unassigned] [Bug 190208] clang Linux build cannot link because of __builtin_mul_overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 02:43:49 PDT 2018


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

--- Comment #5 from Olivier Blin <olivier.blin at softathome.com> ---
Created attachment 351497

  --> https://bugs.webkit.org/attachment.cgi?id=351497&action=review

disassembled MediaTime.o on ARMv7

Here is the disassembled MediaTime.o from my ARMv7 build with clang.
It is the only user of the __mulodi4 symbol in my release build of WPE 2.22.

TiledBackingStore::adjustForContentsRect() also uses WTF::safeMultiply(), but does not generate a call to __mulodi4.

-- 
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/20181003/f66a9a05/attachment.html>


More information about the webkit-unassigned mailing list