mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 13:15:36 +00:00
X86: specify CPU on new test to fix atom buildbot
Apparently Atoms use lea for stack adjustment, which we weren't looking for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a54b66277e
commit
b04578c21b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user