mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
fix bit value comma
This commit is contained in:
@@ -140,6 +140,7 @@ bool Output::bitSetMatch(const char *Str, bool Matches) {
|
||||
}
|
||||
llvm::StringRef StrRef(Str);
|
||||
scalarString(StrRef, true);
|
||||
NeedBitValueComma = true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user