summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-12-15 12:55:50 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-12-15 12:55:50 +0000
commit801ee74167e9887f058dc2bf7bb19289ff842132 (patch)
tree25ddaa01b89e309795913334de07693e454598bd /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py
parentb033f67df0773ccc2565638df3ff3cf9f821629e (diff)
downloadbcm5719-llvm-801ee74167e9887f058dc2bf7bb19289ff842132.tar.gz
bcm5719-llvm-801ee74167e9887f058dc2bf7bb19289ff842132.zip
Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls
It appears that neither compiler-rt nor the gnu soft-float libraries actually implement these conversions. Instead of emitting calls to library functions that don't exist, handle it similarly to the way we handle i8 -> float and i16 -> float conversions: call the i32 library function, and adjust the type. Differential Revision: http://reviews.llvm.org/D15151 llvm-svn: 255643
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud