summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 15:47:04 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 15:47:04 +0000
commit58a81a1c624a3051ba10846c5e113ab925af40df (patch)
tree4aca46ab5703d97f40bff1c165fc0ba3746c1f21 /test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
parent2d219d67d2bf19ad4539096615443898eb3bf522 (diff)
downloadllvm-58a81a1c624a3051ba10846c5e113ab925af40df.tar.gz
llvm-58a81a1c624a3051ba10846c5e113ab925af40df.tar.bz2
llvm-58a81a1c624a3051ba10846c5e113ab925af40df.tar.xz
Marking two more MCJIT PIC tests as XFAIL on i686
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll b/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
index 882ddbef8b..cea00a0e39 100644
--- a/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
+++ b/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips, aarch64, arm
+; XFAIL: mips, aarch64, arm, i686
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
@ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4