You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
439 B
19 lines
439 B
# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 2>&1 | FileCheck %s
|
|
|
|
# CHECK: warning: potentially undefined
|
|
# CHECK: 0x00 0xf0 0x0f 0x01
|
|
0x00 0xf0 0x0f 0x01
|
|
|
|
# CHECK: warning: potentially undefined
|
|
# CHECK: 0x00 0xf0 0x4f 0x01
|
|
0x00 0xf0 0x4f 0x01
|
|
|
|
# CHECK: warning: potentially undefined
|
|
# CHECK: 0x0f 0x0d 0x01 0x01
|
|
0x0f 0x0d 0x01 0x01
|
|
|
|
# CHECK: warning: potentially undefined
|
|
# CHECK: 0x0f 0x0d 0x40 0x01
|
|
0x0f 0x0d 0x40 0x01
|
|
|