[test] Fix new-pass-manager-opt-bisect.c

Requires x86 target to be registered.
This commit is contained in:
Arthur Eubanks 2020-12-20 17:13:15 -08:00
parent 564066524a
commit db1616c768
1 changed files with 2 additions and 0 deletions

View File

@ -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