mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Allow this to pass on non-linux systems as well, such as darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f9944f109c
commit
fca3c644ea
@ -1,5 +1,7 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add %ESP, 8'
|
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | grep 'add %ESP, 8'
|
||||||
|
|
||||||
|
target triple = "i686-pc-linux-gnu"
|
||||||
|
|
||||||
declare fastcc void %func(int *%X, long %Y)
|
declare fastcc void %func(int *%X, long %Y)
|
||||||
|
|
||||||
fastcc void %caller(int, long) {
|
fastcc void %caller(int, long) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user