diff options
| author | Joseph Huber <huberjn@outlook.com> | 2024-08-16 18:36:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 18:36:27 -0500 |
| commit | e169cc162adbe89d498e774bccf4e228af989849 (patch) | |
| tree | 53b7ab2c9475009c82adad97ca88c13d80c7cefe /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface/ScriptedProcessPythonInterface.cpp | |
| parent | 085b04b3a2e941a25cbf713cc3969c1254469289 (diff) | |
[Clang] Fix sema checks thinking kernels aren't kernels (#104460)
Summary:
Currently we have some sema checks to make sure users don't apply
kernel-only attributes to non-kernel functions. However, this currently
did not correctly check for bare NVPTX / AMDGPU kernel attributes,
making it impossible to use them at all w/o CUDA enabled. This patch
fixes that by checking for the calling convention / attributes directly.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface/ScriptedProcessPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
