Use -output-prefix in bugpoint tests so that outputs go in temp directory (and
authorDaniel Dunbar <daniel@zuster.org>
Mon, 7 Sep 2009 19:26:18 +0000 (19:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 7 Sep 2009 19:26:18 +0000 (19:26 +0000)
we don't race on them).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81155 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/crash-narrowfunctiontest.ll
test/BugPoint/remove_arguments_test.ll

index 3ee9f8aa0ebb1d37cdf4076737e50b09de27dc25..6ad09d2e25cdf37ce0a7fb242fb146ac0892415d 100644 (file)
@@ -1,6 +1,6 @@
 ; Test that bugpoint can narrow down the testcase to the important function
 ;
-; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes > /dev/null
+; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
 
 define i32 @foo() { ret i32 1 }
 
index e5655974f7e5c312595a1e3d27139240749fb1e7..fb17c78a140bca215ceba72ab4b64f640e991d72 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes
+; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes
 
 ; Test to make sure that arguments are removed from the function if they are 
 ; unnecessary.