diff options
| author | Joseph Huber <huberjn@outlook.com> | 2024-07-22 15:28:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-22 15:28:48 -0500 |
| commit | aac3a2a291598f3aef01833927fa754c53849cdf (patch) | |
| tree | 89d405f615584c539e31599c571e40da44074980 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp | |
| parent | 6777c3400708abbd607e7c167f73922eb0d807dc (diff) | |
[libc] Fix callback type in `exit_handlers.cpp` not matching (#97642)
Summary:
This file is an object library, but uses the `LIBC_COPT_PUBLIC_PACKAING`
option. This will always be undefined which leads to a type mismatch
when uses actually try to link against it. This patch simply removes
this and turns it into a header only library. This means that the
implementations of the callback lists and the mutexes need to live in
their respective files. The result is that `atexit` needs to be defined
for `at_quick_exit` to be valid.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
