fix bit value comma

This commit is contained in:
Xu Feng
2024-12-09 10:06:29 +08:00
parent ee9317a7b5
commit 9ddbacea50

View File

@@ -140,6 +140,7 @@ bool Output::bitSetMatch(const char *Str, bool Matches) {
}
llvm::StringRef StrRef(Str);
scalarString(StrRef, true);
NeedBitValueComma = true;
}
return false;
}