[llvm] r211916 - Fix test so it doesn't try to write out temporary files into the test tree.

David Blaikie dblaikie at gmail.com
Fri Jun 27 10:45:43 PDT 2014


Author: dblaikie
Date: Fri Jun 27 12:45:43 2014
New Revision: 211916

URL: http://llvm.org/viewvc/llvm-project?rev=211916&view=rev
Log:
Fix test so it doesn't try to write out temporary files into the test tree.

Modified:
    llvm/trunk/test/CodeGen/R600/private-memory-broken.ll

Modified: llvm/trunk/test/CodeGen/R600/private-memory-broken.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/private-memory-broken.ll?rev=211916&r1=211915&r2=211916&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/private-memory-broken.ll (original)
+++ llvm/trunk/test/CodeGen/R600/private-memory-broken.ll Fri Jun 27 12:45:43 2014
@@ -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
 





More information about the llvm-commits mailing list