forked from OSchip/llvm-project
Add a triple to fix test on bots after 275320.
llvm-svn: 275327
This commit is contained in:
parent
1824e411c6
commit
b888555bcc
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 | FileCheck %s
|
||||
; RUN: llc < %s -O0 -fast-isel-abort=1 -march=x86 -mtriple=i686-apple-darwin8 | FileCheck %s
|
||||
|
||||
%struct.s = type {i32, i32, i32}
|
||||
|
||||
|
|
Loading…
Reference in New Issue