Specify a target cpu in test case
authorArnold Schwaighofer <aschwaighofer@apple.com>
Wed, 12 Oct 2016 20:30:24 +0000 (20:30 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Wed, 12 Oct 2016 20:30:24 +0000 (20:30 +0000)
Hopefully, this makes the bots happy

llvm-svn: 284048

clang/test/CodeGen/windows-swiftcall.c

index 5bd0d5f..c9d201a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-unknown-windows -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-unknown-windows -emit-llvm -target-cpu core2 -o - %s | FileCheck %s
 
 #define SWIFTCALL __attribute__((swiftcall))
 #define OUT __attribute__((swift_indirect_result))