From 2f69102b8da4c3f898f95610b26ed9f67e5e291b Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 10 Nov 2012 02:34:36 +0000 Subject: [PATCH] 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 --- test/CodeGen/Thumb/thumb_jump24_fixup.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/Thumb/thumb_jump24_fixup.ll b/test/CodeGen/Thumb/thumb_jump24_fixup.ll index e6a6b25ca14..3f8844903a6 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"