forked from OSchip/llvm-project
parent
b18263531d
commit
7bb10f8a85
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc < %s -march=x86-64 | FileCheck %s -check-prefix=X64
|
||||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X32
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -check-prefix=X64
|
||||
; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=X32
|
||||
|
||||
%struct.Baz = type { [17 x i8] }
|
||||
%struct.__va_list_tag = type { i32, i32, i8*, i8* }
|
||||
|
|
Loading…
Reference in New Issue