Fixed windows stdout/stderr redirection in inline asm constraint tests

llvm-svn: 283741
This commit is contained in:
Simon Pilgrim 2016-10-10 11:11:27 +00:00
parent e4dce5ce3e
commit 4aea8e8a39
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx 1> /dev/null 2> %t
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx -o /dev/null 2> %t
; RUN: FileCheck %s --input-file %t
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i32 %_l) {

View File

@ -1,4 +1,4 @@
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx512vl 1> /dev/null 2> %t
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx512vl -o /dev/null 2> %t
; RUN: FileCheck %s --input-file %t
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i64 %_l) {