From: Douglas Yung Date: Sat, 12 May 2018 00:39:17 +0000 (+0000) Subject: Add requirement of x86 target for test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04289bb9d491177df8b2316cfb5a53895a00c745;p=clang Add requirement of x86 target for test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332164 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/clang-abi-compat.cpp b/test/Driver/clang-abi-compat.cpp index 9f1789867b..afa536c694 100644 --- a/test/Driver/clang-abi-compat.cpp +++ b/test/Driver/clang-abi-compat.cpp @@ -2,5 +2,7 @@ // RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=4 %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING // RUN: %clang -S --target=x86_64-scei-ps4 -fclang-abi-compat=latest %s 2>&1 | FileCheck %s -check-prefix=CHECK-WARNING +// REQUIRES: x86-registered-target + // CHECK-WARNING: warning: target requires clang ABI version 6, ignoring requested version