mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
set the target triple so that we don't fail due to X86 abi issues
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3fd400fa8
commit
837451b168
@ -4,6 +4,9 @@
|
||||
; Make sure there are only 3 mov's for each testcase
|
||||
; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep 'mov ' | wc -l | grep 6
|
||||
|
||||
|
||||
target triple = "i686-pc-linux-gnu"
|
||||
|
||||
%G = external global int
|
||||
|
||||
declare void %ext(int)
|
||||
|
Loading…
Reference in New Issue
Block a user