summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-19 20:27:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-19 20:27:23 +0000
commit05799db963def5a5ad882fd3388c58a5e1648159 (patch)
tree3585dc63c11442f8bf27892825a38a400d267361 /llvm/test/BugPoint
parent67a3bb7af7af6c3035722a9146c5aa921af01f9b (diff)
downloadbcm5719-llvm-05799db963def5a5ad882fd3388c58a5e1648159.tar.gz
bcm5719-llvm-05799db963def5a5ad882fd3388c58a5e1648159.zip
More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm).
llvm-svn: 67334
Diffstat (limited to 'llvm/test/BugPoint')
-rw-r--r--llvm/test/BugPoint/misopt-basictest.ll2
-rw-r--r--llvm/test/BugPoint/remove_arguments_test.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/BugPoint/misopt-basictest.ll b/llvm/test/BugPoint/misopt-basictest.ll
index e59b4ed7d90..c3459d5ee29 100644
--- a/llvm/test/BugPoint/misopt-basictest.ll
+++ b/llvm/test/BugPoint/misopt-basictest.ll
@@ -1,4 +1,4 @@
-; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes
+; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_tops
@.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll
index 72bd8f882a0..e5655974f7e 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 -bugpoint-crashcalls -silence-passes
; Test to make sure that arguments are removed from the function if they are
; unnecessary.
OpenPOWER on IntegriCloud