Skip to content

Commit d6b6c59

Browse files
committed
Use -output-prefix in bugpoint tests so that outputs go in temp directory (and
we don't race on them). llvm-svn: 81155
1 parent a53337f commit d6b6c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/BugPoint/crash-narrowfunctiontest.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Test that bugpoint can narrow down the testcase to the important function
22
;
3-
; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes > /dev/null
3+
; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
44

55
define i32 @foo() { ret i32 1 }
66

llvm/test/BugPoint/remove_arguments_test.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes
1+
; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes
22

33
; Test to make sure that arguments are removed from the function if they are
44
; unnecessary.

0 commit comments

Comments
 (0)