From: Tim Northover Date: Sun, 4 Aug 2013 10:00:45 +0000 (+0000) Subject: X86: specify CPU on new test to fix atom buildbot X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adb550068a0a90fdf042a306e6132e21b8263029;p=platform%2Fupstream%2Fllvm.git X86: specify CPU on new test to fix atom buildbot Apparently Atoms use lea for stack adjustment, which we weren't looking for. llvm-svn: 187704 --- diff --git a/llvm/test/CodeGen/X86/tailcall-calleesave.ll b/llvm/test/CodeGen/X86/tailcall-calleesave.ll index 2770d05..c748bce 100644 --- a/llvm/test/CodeGen/X86/tailcall-calleesave.ll +++ b/llvm/test/CodeGen/X86/tailcall-calleesave.ll @@ -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"