forked from OSchip/llvm-project
Add a triple so test runs on Linux as well.
llvm-svn: 107045
This commit is contained in:
parent
36ad0e99d5
commit
0117091c16
|
@ -1,5 +1,6 @@
|
||||||
; RUN: llc < %s -march=x86 -O0 | FileCheck %s
|
; RUN: llc < %s -march=x86 -O0 | FileCheck %s
|
||||||
; PR7509
|
; PR7509
|
||||||
|
target triple = "i386-apple-darwin10"
|
||||||
%asmtype = type { i32, i8*, i32, i32 }
|
%asmtype = type { i32, i8*, i32, i32 }
|
||||||
|
|
||||||
; Arguments 1 and 4 must be the same. No other output arguments may be
|
; Arguments 1 and 4 must be the same. No other output arguments may be
|
||||||
|
|
Loading…
Reference in New Issue