diff options
author | Abid Qadeer <haqadeer@amd.com> | 2025-09-30 15:59:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-30 15:59:40 +0100 |
commit | e6425a764f039f29dfc4096567d64d529930d026 (patch) | |
tree | 18bd4e3fb233f1038daef346f68285ef39d4af72 /clang/test/Modules/implicit-module-with-missing-path.cpp | |
parent | 310db2068259ec79336b5b117ad6c5fdf4f7edf7 (diff) | |
download | llvm-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 'clang/test/Modules/implicit-module-with-missing-path.cpp')
0 files changed, 0 insertions, 0 deletions