[TableGen] Fix error message that called Record::getName on a possibly anonymous record.
Record::getName only works for named records. Use getNameInitAsString to handle anonymous records without crashing.
parent
6b3b2625
Please register or sign in to comment