summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-06-27 17:45:43 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-06-27 17:45:43 +0000
commit6a21e14d53c2eb25846dc7d89b755440c2d45bf8 (patch)
tree0ec7fd5d9b6f7928aea87c6a98b693bb4528ffe2
parent66cc07b4f72ca630846395dbbc60ebee7a5e0104 (diff)
downloadbcm5719-llvm-6a21e14d53c2eb25846dc7d89b755440c2d45bf8.tar.gz
bcm5719-llvm-6a21e14d53c2eb25846dc7d89b755440c2d45bf8.zip
Fix test so it doesn't try to write out temporary files into the test tree.
llvm-svn: 211916
-rw-r--r--llvm/test/CodeGen/R600/private-memory-broken.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/private-memory-broken.ll b/llvm/test/CodeGen/R600/private-memory-broken.ll
index a5f61637e91..40860858eb0 100644
--- a/llvm/test/CodeGen/R600/private-memory-broken.ll
+++ b/llvm/test/CodeGen/R600/private-memory-broken.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -verify-machineinstrs -march=r600 -mcpu=SI %s 2>&1 | FileCheck %s
+; RUN: not llc -verify-machineinstrs -march=r600 -mcpu=SI %s -o /dev/null 2>&1 | FileCheck %s
; Make sure promote alloca pass doesn't crash
OpenPOWER on IntegriCloud