Skip to content

Commit 9ddbace

Browse files
author
Xu Feng
committed
fix bit value comma
1 parent ee9317a commit 9ddbace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Basic/JSONSerialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ bool Output::bitSetMatch(const char *Str, bool Matches) {
140140
}
141141
llvm::StringRef StrRef(Str);
142142
scalarString(StrRef, true);
143+
NeedBitValueComma = true;
143144
}
144145
return false;
145146
}

0 commit comments

Comments
 (0)