diff options
| author | Joseph Huber <huberjn@outlook.com> | 2024-07-23 12:54:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 12:54:00 -0500 |
| commit | e0649a5dfc6b859d652318f578bc3d49674787a4 (patch) | |
| tree | 7e3f5923704bb5d8675e796501c110ea5611ad22 /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface | |
| parent | 0b262bbb5713ebfdf66f40021711307e9c8d4bf5 (diff) | |
[NVPTX] Fix internal indirect call prototypes not obeying the ABI (#100131)
Summary:
The NVPTX backend optimizes the ABI for functions that are internal,
however, this is not legal for indirect call prototypes. Previously, we
would modify the ABI on an aggregate byval type passed to an indirect
call prototype, which would make PTXAS error. This patch just passes the
function as a nullptr to force strict ABI compliance without
modification in the helper function.
Fixes https://github.com/llvm/llvm-project/issues/100055
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface')
0 files changed, 0 insertions, 0 deletions
