• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: not llvm-mc -triple x86_64-linux-gnu -filetype=obj -o /dev/null %s 2>&1 | FileCheck  %s
2
3// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: directional label undefined
4        jmp 1b
5// CHECK: [[@LINE+1]]:{{[0-9]+}}: error: directional label undefined
6        jmp 1f
7# 10 "wibble.s"
8// CHECK: wibble.s:11:{{[0-9]+}}: error: directional label undefined
9        jmp 2f
10
11# 42 "invalid.s"
12
13