mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Add a triple so test runs on Linux as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107045 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d843b3925f
commit
0b9b85647c
@ -1,5 +1,6 @@
|
||||
; RUN: llc < %s -march=x86 -O0 | FileCheck %s
|
||||
; PR7509
|
||||
target triple = "i386-apple-darwin10"
|
||||
%asmtype = type { i32, i8*, i32, i32 }
|
||||
|
||||
; Arguments 1 and 4 must be the same. No other output arguments may be
|
||||
|
Loading…
Reference in New Issue
Block a user