[clang] [llvm] [X86][AsmParser] Fix MS inline asm label mismatch with offset operator (PR #199552)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 02:00:06 PDT 2026


================
@@ -2317,8 +2317,12 @@ bool X86AsmParser::ParseIntelInlineAsmIdentifier(
     if (!IsParsingOffsetOperator)
----------------
sonyps5201314 wrote:

Added curly braces to both branches.

https://github.com/llvm/llvm-project/pull/199552


More information about the cfe-commits mailing list