forked from OSchip/llvm-project
xfail a bad test. This is a MC test but it's dependent on a codegen optimization which is now disabled.
llvm-svn: 167658
This commit is contained in:
parent
21b0348199
commit
a17fea1967
|
@ -1,4 +1,6 @@
|
|||
; RUN: llc -mtriple thumbv7-none-linux-gnueabi -mcpu=cortex-a8 -march=thumb -mattr=thumb2 -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
|
||||
; XFAIL: *
|
||||
|
||||
|
||||
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:32-n32-S64"
|
||||
target triple = "thumbv7-none-linux-gnueabi"
|
||||
|
|
Loading…
Reference in New Issue