diff options
| author | Ilia Kuklin <ikuklin@accesssoftek.com> | 2024-09-18 17:50:09 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 17:50:09 +0500 |
| commit | 9690b30ba9acc3deb1068deb37f3b507826b27fe (patch) | |
| tree | 8d7963dff084fdae009a468df318b1301980047b /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | 13b4d1bfeacc441d792557b42759f258dc4316e6 (diff) | |
[LLDB] Fix operators <= and >= returning a wrong result when comparing to a floating point NaN (#108060)
Implement operators `<=` and `>=` to explicitly check the comparison
results to be `cmpLessThan` or `cmpEqual` instead of negating the result
of `operators<`.
Fixes #85947
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
