summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorSlava Zakharin <szakharin@nvidia.com>2022-10-17 17:48:05 -0700
committerSlava Zakharin <szakharin@nvidia.com>2022-10-18 09:58:05 -0700
commit51962690d8879a13c3ec90e3d0d82b0151710aab (patch)
treecc4b563fc63b04ea91def53ffc8bc777f2234008 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentdf92b05f1ba52b0e63f1f5e8e714b7211cfaec6e (diff)
[flang] Restrict __float128 support for some build configurations.
This change is intended to resolve build issues reported in D134503. A compiler supporting __float128 must define either __FLOAT128__ or __SIZEOF_FLOAT128__ (or both). Additional check for _LIBCPP_VERSION was added to disable __float128 for builds with libc++, because __float128 support is incomplete there. Differential Revision: https://reviews.llvm.org/D136121
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions