diff options
| author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-08-26 10:57:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 10:57:00 -0700 |
| commit | 7cc789bcfba8050eb20ecb8a24508d9a4711dba0 (patch) | |
| tree | 7d0c8cfec88216c4893009e3b6148a1076e41eb8 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 961a138237947daa5ccabfc87dbfbad8b47146e4 (diff) | |
[flang] Silence spurious errors from benign USE errors (#106097)
When USE association encounters a conflict that can't be resolved, it
produces a "UseError" symbol that will trigger an error message if that
symbol is ever actually used. UseError symbols that aren't used are
benign.
Ensure that UseError symbols don't run the gamut of declaration
checking. They were getting through, and could lead to spurious error
messages.
Fixes https://github.com/llvm/llvm-project/issues/106020.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
