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 | 2f69102b8da4c3f898f95610b26ed9f67e5e291b (patch) | |
tree | fccfcabdc732fa89975fc9c7b2df63e2d5d4b74e /test | |
parent | b341fac05a890272024dcc5c7e47d10b22d62b92 (diff) | |
download | external_llvm-2f69102b8da4c3f898f95610b26ed9f67e5e291b.zip external_llvm-2f69102b8da4c3f898f95610b26ed9f67e5e291b.tar.gz external_llvm-2f69102b8da4c3f898f95610b26ed9f67e5e291b.tar.bz2 |
xfail a bad test. This is a MC test but it's dependent on a codegen optimization which is now disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Thumb/thumb_jump24_fixup.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb/thumb_jump24_fixup.ll b/test/CodeGen/Thumb/thumb_jump24_fixup.ll index e6a6b25..3f88449 100644 --- a/test/CodeGen/Thumb/thumb_jump24_fixup.ll +++ b/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" |