Skip to content
Unverified Commit d5cc3723 authored by Peter Klausler's avatar Peter Klausler Committed by GitHub
Browse files

[flang] Fix crash under -fdebug-dump-all (#66224)

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.)
parent 102715a6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment