Skip to content

Commit

Permalink
[test] Fix new-pass-manager-opt-bisect.c
Browse files Browse the repository at this point in the history
Requires x86 target to be registered.
  • Loading branch information
aeubanks committed Dec 21, 2020
1 parent 5640665 commit db1616c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/CodeGen/new-pass-manager-opt-bisect.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit db1616c

Please sign in to comment.