[llvm] r274812 - Temporarily remove one test run line to unblock PPC bots.
Andrew Kaylor via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 17:32:59 PDT 2016
Author: akaylor
Date: Thu Jul 7 19:32:58 2016
New Revision: 274812
URL: http://llvm.org/viewvc/llvm-project?rev=274812&view=rev
Log:
Temporarily remove one test run line to unblock PPC bots.
Modified:
llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll
Modified: llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll?rev=274812&r1=274811&r2=274812&view=diff
==============================================================================
--- llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll (original)
+++ llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll Thu Jul 7 19:32:58 2016
@@ -28,7 +28,6 @@
; Verify that no passes run at -O0 are skipped
; RUN: opt -opt-bisect-limit=0 < %s 2>&1 | FileCheck %s --check-prefix=OPTBISECT-O0
-; RUN: opt -opt-bisect-limit=0 < %s | llc -O0 -opt-bisect-limit=0 2>&1 | FileCheck %s --check-prefix=OPTBISECT-O0
; OPTBISECT-O0-NOT: BISECT: NOT running
; FIXME: There are still some AMDGPU passes being skipped that run at -O0.
More information about the llvm-commits
mailing list