We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53337f commit d6b6c59Copy full SHA for d6b6c59
llvm/test/BugPoint/crash-narrowfunctiontest.ll
@@ -1,6 +1,6 @@
1
; Test that bugpoint can narrow down the testcase to the important function
2
;
3
-; RUN: bugpoint %s -bugpoint-crashcalls -silence-passes > /dev/null
+; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
4
5
define i32 @foo() { ret i32 1 }
6
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.
0 commit comments