From: Arnold Schwaighofer Date: Thu, 13 Oct 2016 20:59:23 +0000 (+0000) Subject: Add required targets to tests to (hopefully) appease bots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc3970e79d13d69fafec0fd67b102a7186c3133f;p=clang Add required targets to tests to (hopefully) appease bots git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284162 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/64bit-swiftcall.c b/test/CodeGen/64bit-swiftcall.c index 6167436157..0f6ccf5596 100644 --- a/test/CodeGen/64bit-swiftcall.c +++ b/test/CodeGen/64bit-swiftcall.c @@ -1,6 +1,8 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -target-cpu core2 -emit-llvm -o - %s | FileCheck %s // RUN: %clang_cc1 -triple arm64-apple-ios9 -target-cpu cyclone -emit-llvm -o - %s | FileCheck %s +// REQUIRES: aarch64-registered-target,x86-registered-target + #define SWIFTCALL __attribute__((swiftcall)) #define OUT __attribute__((swift_indirect_result)) #define ERROR __attribute__((swift_error_result))