From 4dc6933d44e0b2708900662508c4c0f3b2db9e4f Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 3 Aug 2016 20:28:19 +0000 Subject: [PATCH] opt-bisect-legacy-pass-manager.ll: Test only works with default triple configured llvm-svn: 277645 --- llvm/test/Other/opt-bisect-legacy-pass-manager.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll index ef11233..bf89e80 100644 --- a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll +++ b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll @@ -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 -- 2.7.4