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:
Chris Lattner 2005-07-20 03:56:48 +00:00
parent a3fd400fa8
commit 837451b168

View File

@ -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)