summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2024-10-24 16:11:34 +0200
committerGitHub <noreply@github.com>2024-10-24 16:11:34 +0200
commit2e686d6d17c4cc7608510a856055e6ca79fcb917 (patch)
tree5f6afc75737d7dbdbbeeb28786da89630f08c328 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent522f34cfff693fd3f198808b7b3d17fa02f44120 (diff)
[libc++] Remove workaround which allows setting _LIBCPP_OVERRIDABLE_FUNC_VIS externally (#113139)
`-fvisibility-global-new-delete` has been added in Clang 18, so there is no more need to specify the visibility of new/delete via libc++-internal macros. Some people used a custom new/delete, which requires them to have default visibility, but didn't want to leak any symbols otherwise. Since the new/delete visibility can now be controlled by a compiler flag, there is no reason to set it with out macro. https://reviews.llvm.org/D128007 originally tried to remove the option to override the macro, but was partially reverted because people actually set this specific macro.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions