diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Other/opt-bisect-legacy-pass-manager.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll index ef11233a5aa..bf89e80d496 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 |

