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