We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37717b4 commit b911836Copy full SHA for b911836
lib/IR/Verifier.cpp
@@ -875,7 +875,8 @@ void Verifier::visitDIEnumerator(const DIEnumerator &N) {
875
876
void Verifier::visitDIBasicType(const DIBasicType &N) {
877
AssertDI(N.getTag() == dwarf::DW_TAG_base_type ||
878
- N.getTag() == dwarf::DW_TAG_unspecified_type,
+ N.getTag() == dwarf::DW_TAG_unspecified_type ||
879
+ N.getTag() == dwarf::DW_TAG_string_type,
880
"invalid tag", &N);
881
}
882
0 commit comments