comparison test/MC/MachO/undefined-directional.s @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 // RUN: not llvm-mc -triple x86_64-apple-macosx -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"