Author: Arthur Eubanks Date: 2020-12-20T17:13:42-08:00 New Revision: db1616c768475545453cf025d774db8d47f39ce3
URL: https://github.com/llvm/llvm-project/commit/db1616c768475545453cf025d774db8d47f39ce3 DIFF: https://github.com/llvm/llvm-project/commit/db1616c768475545453cf025d774db8d47f39ce3.diff LOG: [test] Fix new-pass-manager-opt-bisect.c Requires x86 target to be registered. Added: Modified: clang/test/CodeGen/new-pass-manager-opt-bisect.c Removed: ################################################################################ diff --git a/clang/test/CodeGen/new-pass-manager-opt-bisect.c b/clang/test/CodeGen/new-pass-manager-opt-bisect.c index 30c4a36802a1..f070cb898467 100644 --- a/clang/test/CodeGen/new-pass-manager-opt-bisect.c +++ b/clang/test/CodeGen/new-pass-manager-opt-bisect.c @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits