You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxxabi/include
Eric Fiselier eb42f88d04 Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.
On ARM the hand-rolled check causes a call to __aeabi_uidiv,
which we may not have a definition for.

Using the builtin avoids the generation of any library call.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@358195 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
__cxxabi_config.h Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check. 7 years ago
cxxabi.h [libc++abi] Create a macro for the 32 bit guard setting on ARM platforms 7 years ago