diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-03-26 19:24:13 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-03-26 19:24:13 +0000 |
commit | 54dd7df1c086f8484263d3b03f1885d7ba7a07ab (patch) | |
tree | e1151f9fdcf4821f165c18ec2a2f69182ded8312 /llvm/lib/Support/APInt.cpp | |
parent | 072964dc0d32bbd0bfa21f0c77dfb0fb1a29ce2c (diff) | |
download | llvm-54dd7df1c086f8484263d3b03f1885d7ba7a07ab.zip llvm-54dd7df1c086f8484263d3b03f1885d7ba7a07ab.tar.gz llvm-54dd7df1c086f8484263d3b03f1885d7ba7a07ab.tar.bz2 |
[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".
llvm-svn: 233309
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions