aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
diff options
context:
space:
mode:
authorAbid Qadeer <haqadeer@amd.com>2025-09-30 15:59:40 +0100
committerGitHub <noreply@github.com>2025-09-30 15:59:40 +0100
commite6425a764f039f29dfc4096567d64d529930d026 (patch)
tree18bd4e3fb233f1038daef346f68285ef39d4af72 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
parent310db2068259ec79336b5b117ad6c5fdf4f7edf7 (diff)
downloadllvm-e6425a764f039f29dfc4096567d64d529930d026.zip
llvm-e6425a764f039f29dfc4096567d64d529930d026.tar.gz
llvm-e6425a764f039f29dfc4096567d64d529930d026.tar.bz2
[flang][debug] Improve name generation for basic types. (#161361)
For basic types, currently, we use the type name (e.g., `integer`, `real`) as the debug name. This results in types of different sizes having the same name. This patch improves the naming by appending the size in bytes to the type name (e.g., `integer*8`, `real*8`). Fixes https://github.com/llvm/llvm-project/issues/160890
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
0 files changed, 0 insertions, 0 deletions