diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2012-11-10 02:34:36 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2012-11-10 02:34:36 +0000 |
| commit | a17fea1967e5d6fc05c7d08a8e0e04e9031fc0aa (patch) | |
| tree | 20b7ee8ee1c169e2a312ddfff7c8b4fd60fd95fe | |
| parent | 21b0348199a84c91a2d4b3eef626c2f69d14573d (diff) | |
| download | bcm5719-llvm-a17fea1967e5d6fc05c7d08a8e0e04e9031fc0aa.tar.gz bcm5719-llvm-a17fea1967e5d6fc05c7d08a8e0e04e9031fc0aa.zip | |
xfail a bad test. This is a MC test but it's dependent on a codegen optimization which is now disabled.
llvm-svn: 167658
| -rw-r--r-- | llvm/test/CodeGen/Thumb/thumb_jump24_fixup.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Thumb/thumb_jump24_fixup.ll b/llvm/test/CodeGen/Thumb/thumb_jump24_fixup.ll index e6a6b25ca14..3f8844903a6 100644 --- a/llvm/test/CodeGen/Thumb/thumb_jump24_fixup.ll +++ b/llvm/test/CodeGen/Thumb/thumb_jump24_fixup.ll @@ -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" |

