summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-07 19:26:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-07 19:26:18 +0000
commitd6b6c59729d5a368bf1ef23a26aa3a58e48ffba8 (patch)
treeb28561180caea6f44d10ec9fb7a6245d70839cb8
parenta53337f731a6138aeb722c6cab1f4faa3131dfd5 (diff)
downloadbcm5719-llvm-d6b6c59729d5a368bf1ef23a26aa3a58e48ffba8.tar.gz
bcm5719-llvm-d6b6c59729d5a368bf1ef23a26aa3a58e48ffba8.zip
Use -output-prefix in bugpoint tests so that outputs go in temp directory (and
we don't race on them). llvm-svn: 81155
-rw-r--r--llvm/test/BugPoint/crash-narrowfunctiontest.ll2
-rw-r--r--llvm/test/BugPoint/remove_arguments_test.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/BugPoint/crash-narrowfunctiontest.ll b/llvm/test/BugPoint/crash-narrowfunctiontest.ll
index 3ee9f8aa0eb..6ad09d2e25c 100644
--- a/llvm/test/BugPoint/crash-narrowfunctiontest.ll
+++ b/llvm/test/BugPoint/crash-narrowfunctiontest.ll
@@ -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 }
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll
index e5655974f7e..fb17c78a140 100644
--- a/llvm/test/BugPoint/remove_arguments_test.ll
+++ b/llvm/test/BugPoint/remove_arguments_test.ll
@@ -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.
OpenPOWER on IntegriCloud