forked from OSchip/llvm-project
parent
1acd6b1edc
commit
cd4750cb4d
|
@ -1,6 +1,7 @@
|
|||
; RUN: llc < %s -march=arm | FileCheck %s
|
||||
; RUN: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s
|
||||
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck -check-prefix=T2 %s
|
||||
; XFAIL: *
|
||||
|
||||
%struct.Foo = type { i8* }
|
||||
|
||||
|
|
Loading…
Reference in New Issue