diff options
| author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-09-05 11:44:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 11:44:12 -0700 |
| commit | 92e75c095bb380039f32218534f78c4580bf76e4 (patch) | |
| tree | d3c896151be1db73d3bab1d3e22c4805809e5e94 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 7cf18ff22b626efb0dad6eb9daebea821faff438 (diff) | |
Reland [flang][cuda] Add c_devptr and bypass output semantic check (#107353)
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.
This version of the patch keeps the semantic error when -pedantic is
enabled to align with gfortran.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
