diff options
author | Siva Chandra Reddy <sivachandra@google.com> | 2022-03-03 10:25:35 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@google.com> | 2022-03-04 17:29:49 +0000 |
commit | dd33f9cdef9f6209aa34713e1417f4a2e24e5ca6 (patch) | |
tree | 359a66607a5bdff22f635914d11e09cd405d5606 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
parent | fa8293bbc760ca3df27d30327dca94d903106d80 (diff) | |
download | llvm-dd33f9cdef9f6209aa34713e1417f4a2e24e5ca6.zip llvm-dd33f9cdef9f6209aa34713e1417f4a2e24e5ca6.tar.gz llvm-dd33f9cdef9f6209aa34713e1417f4a2e24e5ca6.tar.bz2 |
[libc] Make the errno macro resolve to the thread local variable directly.
With modern architectures having a thread pointer and language supporting
thread locals, there is no reason to use a function intermediary to access
the thread local errno value.
The entrypoint corresponding to errno has been replaced with an object
library as there is no formal entrypoint for errno anymore.
Reviewed By: jeffbailey, michaelrj
Differential Revision: https://reviews.llvm.org/D120920
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions