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 -fdebug-dump-all flag invokes runtime type information
generation even for a program with fatal semantic errors.
This could cause a crash on a failed CHECK(), since the
type information table generator assumes a correct program.
Make it more resilient for a known fatal case. (But if
we hit many more of these, we should look into not generating
the runtime type information tables under this flag.)
Pull request: #66224
0 commit comments