1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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 dbc4420f77
commit d3fc0ef15e
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 ; RUN: FileCheck %s --input-file %t
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i32 %_l) { 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 ; RUN: FileCheck %s --input-file %t
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i64 %_l) { define <4 x float> @testXMM_1(<4 x float> %_xmm0, i64 %_l) {