summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-07-24 07:22:49 -0500
committerGitHub <noreply@github.com>2024-07-24 07:22:49 -0500
commitc1c6ed83e9ac13c511961e5f5791034a63168e7e (patch)
tree7a716c0b4a55025756f8e4df7b7570a45a9a8912 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface
parent59eae919c938f890e9b9b4be8a3fa3cb1b11ed89 (diff)
[libc] Remove 'packaged' GPU build support (#100208)
Summary: Previously, the GPU built the `libc` in a fat binary version that was used to pass this to the link job in offloading languages like CUDA or OpenMP. This was mostly required because NVIDIA couldn't consume the standard static library version. Recent patches have now created the `clang-nvlink-wrapper` which lets us do that. Now, the C library is just included implicitly by the toolchain (or passed with -Xoffload-linker -lc). This code can be fully removed, which will heavily simplify the build (and removed some bugs and garbage files I've encoutnered).
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions