[llvm] r187704 - X86: specify CPU on new test to fix atom buildbot

Tim Northover tnorthover at apple.com
Sun Aug 4 03:00:45 PDT 2013


Author: tnorthover
Date: Sun Aug  4 05:00:45 2013
New Revision: 187704

URL: http://llvm.org/viewvc/llvm-project?rev=187704&view=rev
Log:
X86: specify CPU on new test to fix atom buildbot

Apparently Atoms use lea for stack adjustment, which we weren't
looking for.

Modified:
    llvm/trunk/test/CodeGen/X86/tailcall-calleesave.ll

Modified: llvm/trunk/test/CodeGen/X86/tailcall-calleesave.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tailcall-calleesave.ll?rev=187704&r1=187703&r2=187704&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tailcall-calleesave.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tailcall-calleesave.ll Sun Aug  4 05:00:45 2013
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 -tailcallopt < %s | FileCheck %s
+; RUN: llc -march=x86 -tailcallopt -mcpu=core < %s | FileCheck %s
 
 target triple = "i686-apple-darwin"
 





More information about the llvm-commits mailing list