13 lines · plain
1// RUN: not llvm-mc -triple x86_64-linux-gnu -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s2 3// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: directional label undefined4 jmp 1b5// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: directional label undefined6 jmp 1f7# 10 "wibble.s"8// CHECK: wibble.s:11:{{[0-9]+}}: error: directional label undefined9 jmp 2f10 11# 42 "invalid.s"12 13