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
The test is intended to verify lazy loading of debug-location scope metadata.
However, after d5d3eb1, DILexicalScope
that was expected to be lazily loaded was not used in IR, so lazy loading did
not occur.
This patch fixes that, and adds an extra bcanalyzer check to ensure that
DILexicalScope record is emitted.
0 commit comments