]> granicus.if.org Git - clang/commitdiff
Add required targets to tests to (hopefully) appease bots
authorArnold Schwaighofer <aschwaighofer@apple.com>
Thu, 13 Oct 2016 20:59:23 +0000 (20:59 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Thu, 13 Oct 2016 20:59:23 +0000 (20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284162 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/64bit-swiftcall.c

index 616743615716cb56db9684447aa1d2f8c34891e3..0f6ccf55962eb3208512a16022349c373aa571ee 100644 (file)
@@ -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))