You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb/DWARF] Cache negative results of variable parsing
Use a `nullptr` map entry to mean "variable parse was attempted and it
failed" an the absence of an entry to mean "parsing hasn't been
attempted yet".
I ran into this because parsing of function-static variables was
generating a lot of errors (see llvm#108806), but this seems like a good
idea in general.
In theory this should be NFC, except for possibly reducing some amount
of work.
0 commit comments