summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-04-11 17:16:35 +0000
committerEric Fiselier <eric@efcs.ca>2019-04-11 17:16:35 +0000
commitf32463848b6f3388facfaedddd5cc7139194e1ac (patch)
tree649f9581a937094f79c44c44de7a970dd3e238bf /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
parent339594e4dc10e91dca9e408dc37ee40932271726 (diff)
downloadbcm5719-llvm-f32463848b6f3388facfaedddd5cc7139194e1ac.tar.gz
bcm5719-llvm-f32463848b6f3388facfaedddd5cc7139194e1ac.zip
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. llvm-svn: 358195
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud