forked from OSchip/llvm-project
[test] Fix new-pass-manager-opt-bisect.c
Requires x86 target to be registered.
This commit is contained in:
parent
564066524a
commit
db1616c768
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
|
||||
// Make sure opt-bisect works through both pass managers
|
||||
//
|
||||
// RUN: %clang_cc1 -triple x86_64-linux-gnu -O1 -fexperimental-new-pass-manager %s -mllvm -opt-bisect-limit=-1 -emit-obj -o /dev/null 2>&1 | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue