1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Prefer pipes over temporary files in a feeble attempt to stabilize this test on windows.

llvm-svn: 231923
This commit is contained in:
Benjamin Kramer 2015-03-11 13:55:41 +00:00
parent 88e5a0fd0d
commit 3452551bc8

View File

@ -1,6 +1,5 @@
; RUN: sed -e 's|PATTERN|%/T|g' < %s > %t1
; RUN: opt -insert-gcov-profiling -disable-output < %t1
; RUN: rm %T/linezero.gcno %t1
; RUN: sed -e 's|PATTERN|%/T|g' %s | opt -insert-gcov-profiling -disable-output
; RUN: rm %T/linezero.gcno
; This is a crash test.