diff options
| author | Louis Dionne <ldionne.2@gmail.com> | 2021-08-24 10:30:39 -0400 |
|---|---|---|
| committer | Louis Dionne <ldionne.2@gmail.com> | 2021-09-03 14:26:59 -0400 |
| commit | c137a0754c4e13181c226359687ae9f3d8b488f0 (patch) | |
| tree | 84f1893cdbe693c2e69cc5086dd19c81a0a8ade6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp | |
| parent | d9eb6c7cf55f88b28bdc6edad2eb45d0d52dfa1a (diff) | |
[libc++] Remove _LIBCPP_HAS_NO_LONG_LONG in favour of using_if_exists
_LIBCPP_HAS_NO_LONG_LONG was only defined on FreeBSD. Instead, use the
using_if_exists attribute to skip over declarations that are not available
on the base system. Note that there's an annoying limitation that we can't
conditionally define a function based on whether the base system provides
a function, so for example we still need preprocessor logic to define the
abs() and div() overloads.
Differential Revision: https://reviews.llvm.org/D108630
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
