diff options
| author | Erich Keane <ekeane@nvidia.com> | 2025-10-08 09:07:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-08 16:07:05 +0000 |
| commit | a43fb2b11473a5f2025e016794243cba0c1e5ddd (patch) | |
| tree | c9a62d6790712b4041b340a2bb3ae1a5405a9ca6 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
| parent | 8c9c91f3918087a1a84e60ac807434d01a41d4c1 (diff) | |
| download | llvm-a43fb2b11473a5f2025e016794243cba0c1e5ddd.zip llvm-a43fb2b11473a5f2025e016794243cba0c1e5ddd.tar.gz llvm-a43fb2b11473a5f2025e016794243cba0c1e5ddd.tar.bz2 | |
[OpenACC] Fix issue with array-section type generation (#162499)
When an array section bound was in a list of bound-types we improperly
generated the list of types of the bounds because
getPointeeOrElementType gets the LOWEST level of type (that is, digs
through ALL array types to get to the base-est of types) when what
we really wanted was 1 layer of pointer/array removed.
This patch fixes it and adds a test that showed the problem by
re-ordering the existing ones. This wasn't previously obvious by chance,
since the 'array-index-only' variants ended up generating the recipe,
and not the bounds.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions
