aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-12-16 16:59:56 -0500
committerLouis Dionne <ldionne.2@gmail.com>2021-12-17 12:02:32 -0500
commit2722ac65f6d50a571eaf8ffd65efdcb449e20c7d (patch)
tree91bd764ed06f29fb32a39d725027f4bee67eb83b /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp
parent33cbaab1416b234d5a08b41e3110d64a00b0651c (diff)
downloadllvm-2722ac65f6d50a571eaf8ffd65efdcb449e20c7d.zip
llvm-2722ac65f6d50a571eaf8ffd65efdcb449e20c7d.tar.gz
llvm-2722ac65f6d50a571eaf8ffd65efdcb449e20c7d.tar.bz2
[libc++] Add a bunch of missing inline and _LIBCPP_HIDE_FROM_ABI in __threading_support
The inline keyword is required on those functions because they are defined in the headers, so we need them to be inline to avoid ODR violations. While we're at it, slap _LIBCPP_HIDE_FROM_ABI on them because they are implementation details and we don't want them to be part of our ABI under any circumstances. Differential Revision: https://reviews.llvm.org/D115906
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.cpp')
0 files changed, 0 insertions, 0 deletions