llvm-6502/test/MC
Justin Bogner 55a5cb1a4d [ARM] Fix some non-portable shell syntax in r233301's tests
The "|&" operator isn't POSIX, so it can fail depending on the host's
default shell. Avoid it.

There were also a couple of places that did "2>1", but this creates a
file called "1". They clearly meant "2>&1".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233309 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-26 19:24:13 +00:00
..
AArch64
ARM [ARM] Fix some non-portable shell syntax in r233301's tests 2015-03-26 19:24:13 +00:00
AsmParser
COFF
Disassembler [ARM] Fix some non-portable shell syntax in r233301's tests 2015-03-26 19:24:13 +00:00
ELF
Hexagon
MachO
Markup
Mips
PowerPC Add Hardware Transactional Memory (HTM) Support 2015-03-25 19:36:23 +00:00
R600
Sparc
SystemZ
X86