diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-06-27 17:45:43 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-06-27 17:45:43 +0000 |
| commit | 6a21e14d53c2eb25846dc7d89b755440c2d45bf8 (patch) | |
| tree | 0ec7fd5d9b6f7928aea87c6a98b693bb4528ffe2 | |
| parent | 66cc07b4f72ca630846395dbbc60ebee7a5e0104 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

