diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-05-16 00:34:42 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-05-16 00:34:42 +0000 |
commit | f8eac02fc1f544f9b18ffdcda68b3a9849448429 (patch) | |
tree | 7ec74755ce922ee08a7ebc7fdf28c0592d7aa7c7 /test/CodeGen/Generic/APIntParam.ll | |
parent | 48872e0d84b47769be6c13ae98bf88468b59d921 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic/APIntParam.ll')
-rw-r--r-- | test/CodeGen/Generic/APIntParam.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/APIntParam.ll b/test/CodeGen/Generic/APIntParam.ll index c1a3a449bc..f80f71b176 100644 --- a/test/CodeGen/Generic/APIntParam.ll +++ b/test/CodeGen/Generic/APIntParam.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] |