summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GCOVProfiling
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-11 13:55:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-11 13:55:41 +0000
commit23445cadb2a2ed90ef9295055784fbac2eed5e8e (patch)
tree546d9de2640dc28081731cabef8851e98b40aa65 /llvm/test/Transforms/GCOVProfiling
parent04f51d1413ada27c38f0e26112bb42d80fdb9ddf (diff)
downloadbcm5719-llvm-23445cadb2a2ed90ef9295055784fbac2eed5e8e.tar.gz
bcm5719-llvm-23445cadb2a2ed90ef9295055784fbac2eed5e8e.zip
Prefer pipes over temporary files in a feeble attempt to stabilize this test on windows.
llvm-svn: 231923
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling')
-rw-r--r--llvm/test/Transforms/GCOVProfiling/linezero.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linezero.ll b/llvm/test/Transforms/GCOVProfiling/linezero.ll
index c6bde781000..54c2c7c53a1 100644
--- a/llvm/test/Transforms/GCOVProfiling/linezero.ll
+++ b/llvm/test/Transforms/GCOVProfiling/linezero.ll
@@ -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.
OpenPOWER on IntegriCloud