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 01:50:50 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 01:50:50 +0000
commitfbeb4a2520f8e88b26be7c1aecda18b2952eaac5 (patch)
treeb24f7a55de964471ce148c36f15bf58230807969 /test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
parente3b29fbc5f4d7632a88b6f470a96cc6ac09e31ed (diff)
downloadllvm-fbeb4a2520f8e88b26be7c1aecda18b2952eaac5.tar.gz
llvm-fbeb4a2520f8e88b26be7c1aecda18b2952eaac5.tar.bz2
llvm-fbeb4a2520f8e88b26be7c1aecda18b2952eaac5.tar.xz
Marking MCJIT PIC tests as XFAIL on AArch64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188740 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 8185687f11..8102347b27 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
+; XFAIL: mips, aarch64
@.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