brintos

brintos / llvm-project-archived public Read only

0
0
Text · 404 B · dd6fe92 Raw
19 lines · plain
1# RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2>&1 | FileCheck %s --check-prefix=ERR2# RUN: not llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s 2>&1 | FileCheck %s --check-prefix=ERR3	4.text5 6test2:	7	jmp baz8# ERR: [[@LINE+1]]:5: error: expected absolute expression9.if . - text2 == 110	nop11.else12	ret13.endif14	push fs15 16# No additional errors.17#	18# 	ERR-NOT: {{[0-9]+}}:{{[0-9]+}}: error:	19