diff options
author | Abid Qadeer <haqadeer@amd.com> | 2024-10-10 18:07:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 18:07:06 +0100 |
commit | 36c34ec967c28c77406fe85ef3237a167a243763 (patch) | |
tree | 3a18c46e46040aae01cabdd0613b4365084e949b /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 39a91413c3f79181b4a45447bdb08d04d3efc975 (diff) | |
download | llvm-36c34ec967c28c77406fe85ef3237a167a243763.zip llvm-36c34ec967c28c77406fe85ef3237a167a243763.tar.gz llvm-36c34ec967c28c77406fe85ef3237a167a243763.tar.bz2 |
[mlir][debug] Support DICommonBlock. (#111706)
A COMMON block is a named area of memory that holds a collection of
variables. Fortran subprograms may map the COMMON block memory area to a
list of variables. A common block is represented in LLVM debug by
DICommonBlock.
This PR adds support for this in MLIR. The changes are mostly mechanical
apart from small change to access the DICompileUnit when the scope of
the variable is DICommonBlock.
---------
Co-authored-by: Tobias Gysi <tobias.gysi@nextsilicon.com>
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions