Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Build fix: Don't use __builtin_mul_overflow on PLATFORM(IOS_FAMILY_SI…
…MULATOR). https://bugs.webkit.org/show_bug.cgi?id=240937 Reviewed by Saam Barati and Alex Christensen. The __mulodi4 symbol used by clang for __builtin_mul_overflow is not available. * Source/WTF/wtf/CheckedArithmetic.h: Canonical link: https://commits.webkit.org/250993@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294861 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information