================
@@ -3125,6 +3130,7 @@ bool AsmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) {
do {
if (parseEscapedString(Data))
return true;
+
----------------
MaskRay wrote:
revert unneeded change
https://github.com/llvm/llvm-project/pull/98060