diff options
author | Abid Qadeer <haqadeer@amd.com> | 2024-10-21 11:27:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-21 11:27:34 +0100 |
commit | 95b4128c6a87e9b894aa75524e63be147cca790b (patch) | |
tree | 50f222de7ef69fcf37b56817e3388d7232985afa /clang/lib/Basic/FileSystemStatCache.cpp | |
parent | 159f25301763215ffc49c3c3aa6cb8095a990b41 (diff) | |
download | llvm-95b4128c6a87e9b894aa75524e63be147cca790b.zip llvm-95b4128c6a87e9b894aa75524e63be147cca790b.tar.gz llvm-95b4128c6a87e9b894aa75524e63be147cca790b.tar.bz2 |
[flang][debug] Don't generate debug for compiler-generated variables (#112423)
Flang generates many globals to handle derived types. There was a check
in debug info to filter them based on the information that their names
start with a period. This changed since PR#104859 where 'X' is being
used instead of '.'.
This PR fixes this issue by also adding 'X' in that list. As user
variables gets lower cased by the NameUniquer, there is no risk that
those will be filtered out. I added a test for that to be sure.
Diffstat (limited to 'clang/lib/Basic/FileSystemStatCache.cpp')
0 files changed, 0 insertions, 0 deletions