llvm/test/CodeGen
Kamil Rytarowski 103b8238dc Make shell redirection construct portable
Summary:
NetBSD shell sh(1) does not support ">& /dev/null" construct.
This is bashism. The portable and POSIX solution is to use:
"> /dev/null 2>&1".

This change fixes 22 Unexpected Failures on NetBSD/amd64
for the "check-llvm" target.

Sponsored by <The NetBSD Foundation>

Reviewers: joerg, dim, rnk

Reviewed By: joerg, rnk

Subscribers: rnk, davide, llvm-commits

Differential Revision: https://reviews.llvm.org/D35277

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307789 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-12 13:24:46 +00:00
..
AArch64 Enhance synchscope representation 2017-07-11 22:23:00 +00:00
AMDGPU Enhance synchscope representation 2017-07-11 22:23:00 +00:00
ARM [ARM] GlobalISel: Select s64 G_FCMP 2017-07-12 09:01:54 +00:00
AVR [AVR] Use the generic branch relaxer 2017-07-11 04:17:13 +00:00
BPF Rewrite areNonVolatileConsecutiveLoads to use BaseIndexOffset 2017-07-05 01:21:23 +00:00
Generic Handle ConstantExpr correctly in SelectionDAGBuilder 2017-07-09 16:01:04 +00:00
Hexagon [Hexagon] Do not rely on callee-saved info in hasFP 2017-07-11 17:11:54 +00:00
Inputs
Lanai CodeGen: Rename DEBUG_TYPE to match passnames 2017-05-25 21:26:32 +00:00
Mips Revert "[DAG] Improve Aliasing of operations to static alloca" 2017-07-10 20:51:30 +00:00
MIR Enhance synchscope representation 2017-07-11 22:23:00 +00:00
MSP430 Revert "[DAG] Improve Aliasing of operations to static alloca" 2017-07-10 20:51:30 +00:00
Nios2 [Nios2] Target registration 2017-05-29 09:48:30 +00:00
NVPTX Extend memcpy expansion in Transform/Utils to handle wider operand types. 2017-07-07 02:00:06 +00:00
PowerPC Specify complete target triple in test 2017-07-12 01:16:50 +00:00
SPARC [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) 2017-06-21 20:36:32 +00:00
SystemZ [RegAllocFast] Don't insert kill flags of super-register for partial kill 2017-07-07 19:25:45 +00:00
Thumb [NFC] Use stdin for some tests instead of positional argument. 2017-06-29 14:51:54 +00:00
Thumb2 [ARM] Adjust ifcvt heuristic for the diamond ifcvt case 2017-07-12 13:23:10 +00:00
WebAssembly Fix libcall expansion creating DAG nodes with invalid type post type legalization. 2017-07-05 22:01:49 +00:00
WinEH
X86 Make shell redirection construct portable 2017-07-12 13:24:46 +00:00
XCore Revert "[DAG] Improve Aliasing of operations to static alloca" 2017-07-10 20:51:30 +00:00