[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.
Loading
Please sign in to comment
Record::getName only works for named records. Use getNameInitAsString to handle anonymous records without crashing.