[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / MachO / undefined-directional.s
blob80af9caf68c2b2c91640292447e5b87633200377
1 // RUN: not llvm-mc -triple x86_64-apple-macosx -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
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
11 # 42 "invalid.s"