[llvm] r277645 - opt-bisect-legacy-pass-manager.ll: Test only works with default triple configured
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 13:28:20 PDT 2016
Author: matze
Date: Wed Aug 3 15:28:19 2016
New Revision: 277645
URL: http://llvm.org/viewvc/llvm-project?rev=277645&view=rev
Log:
opt-bisect-legacy-pass-manager.ll: Test only works with default triple configured
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=277645&r1=277644&r2=277645&view=diff
==============================================================================
--- llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll (original)
+++ llvm/trunk/test/Other/opt-bisect-legacy-pass-manager.ll Wed Aug 3 15:28:19 2016
@@ -15,6 +15,7 @@
; Verify that the file can be compiled to an object file at -O3 with all
; skippable passes skipped.
+; REQUIRES: default_triple
; RUN: opt -O3 -opt-bisect-limit=0 < %s | llc -O3 -opt-bisect-limit=0
More information about the llvm-commits
mailing list