brintos

brintos / llvm-project-archived public Read only

0
0
Text · 350 B · 8aa0831 Raw
9 lines · plain
1// RUN: not llvm-mc -triple x86_64-unknown-unknown -x86-asm-syntax=intel %s 2>&1 | FileCheck %s2 3// When the intel syntax is enabled, to parse an operand, X86AsmParser doesn't use the method parseExpression from AsmParser4// but ParseIntelExpr which was not processing well an end of statement.5 6// CHECK: error: unknown token in expression7test:8i-9