summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorTobias Gysi <tobias.gysi@nextsilicon.com>2024-02-28 14:45:18 +0100
committerGitHub <noreply@github.com>2024-02-28 14:45:18 +0100
commite39e30e95237bee53346acf16d197de8fdf4825e (patch)
tree08f83b9e992395e4b6234872d54ad12f3e492a0d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent06f775a82f6f562f8de75053f62c9c0dbeaa67d2 (diff)
[mlir][llvm] Fix access group translation (#83257)
This commit fixes the translation of access group metadata to LLVM IR. Previously, it did not use a temporary metadata node to model the placeholder of the self-referencing access group nodes. This is dangerous since, the translation may produce a metadata list with a null entry that is later on changed changed with a self reference. At the same time, for example the debug info translation may create the same uniqued node, which after setting the self-reference the suddenly references the access group metadata. The commit avoids such breakages.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions