summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint/named-md.ll
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2018-02-09 05:09:48 +0000
committerVedant Kumar <vsk@apple.com>2018-02-09 05:09:48 +0000
commit67fdb6b82a052a389c3b75f108196668ff18f86c (patch)
treec45c4b1b3dd3b1f238e3799909f554b933692daa /llvm/test/BugPoint/named-md.ll
parent787a3df9516b80160d7fb72e0e3d0ed4123ad45b (diff)
downloadbcm5719-llvm-67fdb6b82a052a389c3b75f108196668ff18f86c.tar.gz
bcm5719-llvm-67fdb6b82a052a389c3b75f108196668ff18f86c.zip
[bugpoint] Avoid noisy errors by passing a valid opt to tests
If the tests don't use the in-tree opt, we're liable to see some silly error messages due to the version mismatch (missing flags, etc). llvm-svn: 324703
Diffstat (limited to 'llvm/test/BugPoint/named-md.ll')
-rw-r--r--llvm/test/BugPoint/named-md.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/named-md.ll b/llvm/test/BugPoint/named-md.ll
index 1ed34435fbe..21b65af6f73 100644
--- a/llvm/test/BugPoint/named-md.ll
+++ b/llvm/test/BugPoint/named-md.ll
@@ -1,4 +1,4 @@
-; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes -disable-strip-debuginfo > /dev/null
+; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes -disable-strip-debuginfo --opt-command opt > /dev/null
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
; RUN-DISABLE: bugpoint -disable-namedmd-remove -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes > /dev/null
; RUN-DISABLE: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
OpenPOWER on IntegriCloud