]> granicus.if.org Git - clang/commitdiff
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284048 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/windows-swiftcall.c

index 5bd0d5f34854091ea62d221efb6d81164c7e1da7..c9d201a0a47043b7733a745bcb8f521e3156a6f0 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))