r284048 - Specify a target cpu in test case
Arnold Schwaighofer via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 12 13:30:25 PDT 2016
Author: arnolds
Date: Wed Oct 12 15:30:24 2016
New Revision: 284048
URL: http://llvm.org/viewvc/llvm-project?rev=284048&view=rev
Log:
Specify a target cpu in test case
Hopefully, this makes the bots happy
Modified:
cfe/trunk/test/CodeGen/windows-swiftcall.c
Modified: cfe/trunk/test/CodeGen/windows-swiftcall.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/windows-swiftcall.c?rev=284048&r1=284047&r2=284048&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/windows-swiftcall.c (original)
+++ cfe/trunk/test/CodeGen/windows-swiftcall.c Wed Oct 12 15:30:24 2016
@@ -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))
More information about the cfe-commits
mailing list