llvm-6502/test/MC/Disassembler/ARM/unpredictable-AExtI-arm.txt
Chandler Carruth 49589f0d0e Convert the uses of '|&' to use '2>&1 |' instead, which works on old
versions of Bash. In addition, I can back out the change to the lit
built-in shell test runner to support this.

This should fix the majority of fallout on Darwin, but I suspect there
will be a few straggling issues.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159544 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-02 18:37:59 +00:00

63 lines
1.4 KiB
Plaintext

# RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s -check-prefix=CHECK-WARN
# RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x03 0xaf 0x06
# CHECK: sxtb
0x74 0x03 0xaf 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xbf 0x06
# CHECK: sxth
0x74 0x3f 0xbf 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xa6 0x06
# CHECK: sxtab
0x74 0x3f 0xa6 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xb7 0x06
# CHECK: sxtah
0x74 0x3f 0xb7 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0x8f 0x06
# CHECK: sxtb16
0x74 0x3f 0x8f 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0x86 0x06
# CHECK: sxtab16
0x74 0x3f 0x86 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xef 0x06
# CHECK: uxtb
0x74 0x3f 0xef 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xff 0x06
# CHECK: uxth
0x74 0x3f 0xff 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xcf 0x06
# CHECK: uxtb16
0x74 0x3f 0xcf 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xe4 0x06
# CHECK: uxtab
0x74 0x3f 0xe4 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xf2 0x06
# CHECK: uxtah
0x74 0x3f 0xf2 0x06
# CHECK-WARN: potentially undefined
# CHECK-WARN: 0x74 0x3f 0xc4 0x06
# CHECK: uxtab16
0x74 0x3f 0xc4 0x06