r284162 - Add required targets to tests to (hopefully) appease bots
Arnold Schwaighofer via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 13:59:23 PDT 2016
Author: arnolds
Date: Thu Oct 13 15:59:23 2016
New Revision: 284162
URL: http://llvm.org/viewvc/llvm-project?rev=284162&view=rev
Log:
Add required targets to tests to (hopefully) appease bots
Modified:
cfe/trunk/test/CodeGen/64bit-swiftcall.c
Modified: cfe/trunk/test/CodeGen/64bit-swiftcall.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/64bit-swiftcall.c?rev=284162&r1=284161&r2=284162&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/64bit-swiftcall.c (original)
+++ cfe/trunk/test/CodeGen/64bit-swiftcall.c Thu Oct 13 15:59:23 2016
@@ -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))
More information about the cfe-commits
mailing list