summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/APIntSextParam.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-05-16 00:34:42 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-05-16 00:34:42 +0000
commit9d7fb58581d3f3c2b1ec18c1e8f2c77bfa23cada (patch)
tree8fa3091cb90d2533f18b858d6b5abc068946a526 /llvm/test/CodeGen/Generic/APIntSextParam.ll
parent36c027ab18971cf40e3f5c91e67310719410645e (diff)
downloadbcm5719-llvm-9d7fb58581d3f3c2b1ec18c1e8f2c77bfa23cada.tar.gz
bcm5719-llvm-9d7fb58581d3f3c2b1ec18c1e8f2c77bfa23cada.zip
Help DejaGnu avoid pipe-jam by producing less output from certain test cases.
When a test fails with more than a pipeful of output on stdout AND stderr, one of the DejaGnu programs blocks. The problem can be avoided by redirecting stdout to a file. llvm-svn: 71919
Diffstat (limited to 'llvm/test/CodeGen/Generic/APIntSextParam.ll')
-rw-r--r--llvm/test/CodeGen/Generic/APIntSextParam.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/APIntSextParam.ll b/llvm/test/CodeGen/Generic/APIntSextParam.ll
index c5927fcf732..9fb06cb1bfb 100644
--- a/llvm/test/CodeGen/Generic/APIntSextParam.ll
+++ b/llvm/test/CodeGen/Generic/APIntSextParam.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-as < %s | llc > %t
@i1_s = external global i1 ; <i1*> [#uses=1]
@i2_s = external global i2 ; <i2*> [#uses=1]
@i3_s = external global i3 ; <i3*> [#uses=1]
OpenPOWER on IntegriCloud