diff options
| author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-09-04 20:41:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 20:41:31 -0700 |
| commit | c2fc33204caca8c52b27425255bbc78c9e4d99e4 (patch) | |
| tree | 6207c2011e89b189ca239ea64efe5f7c30ca0383 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | c28b1a19aadff97b369889aee084073a181cfda8 (diff) | |
[flang][cuda] Add c_devptr and bypass output semantic check (#107318)
Add a builtin type for c_devptr since it will need some special handling
for some function like c_f_pointer.
`c_ptr` is defined as a builtin type and was raising a semantic error if
you try to use it in a I/O statement. This patch add a check for c_ptr
and c_devptr to bypass the semantic check and allow the variables of
these types to be used in I/O.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
