summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold Schwaighofer <aschwaighofer@apple.com>2016-10-12 20:30:24 +0000
committerArnold Schwaighofer <aschwaighofer@apple.com>2016-10-12 20:30:24 +0000
commitbcb927a2adea0defc39ac63baa28df2e25f52387 (patch)
tree73d01f0ae264b6635556e581265ed07241f1a8b9
parentca2ab4f657cfe0c4748baafc7fb4035f0a5fd958 (diff)
downloadbcm5719-llvm-bcb927a2adea0defc39ac63baa28df2e25f52387.tar.gz
bcm5719-llvm-bcb927a2adea0defc39ac63baa28df2e25f52387.zip
Specify a target cpu in test case
Hopefully, this makes the bots happy llvm-svn: 284048
-rw-r--r--clang/test/CodeGen/windows-swiftcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/windows-swiftcall.c b/clang/test/CodeGen/windows-swiftcall.c
index 5bd0d5f3485..c9d201a0a47 100644
--- a/clang/test/CodeGen/windows-swiftcall.c
+++ b/clang/test/CodeGen/windows-swiftcall.c
@@ -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))
OpenPOWER on IntegriCloud