summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-08-19 03:12:16 +0000
committerLang Hames <lhames@gmail.com>2016-08-19 03:12:16 +0000
commite2ca3b65fcba7c4c5dbd10c1e8925177b7718806 (patch)
tree3993f8c55382174f08788e771ac6b7492baaaeec /llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
parenta07e4a8352562f0d63191ed76a152166e14bb268 (diff)
downloadbcm5719-llvm-e2ca3b65fcba7c4c5dbd10c1e8925177b7718806.tar.gz
bcm5719-llvm-e2ca3b65fcba7c4c5dbd10c1e8925177b7718806.zip
[RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.
llvm-svn: 279201
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
index eea6fde2e2c..727bc442e5d 100644
--- a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
+; XFAIL: mips-, mipsel-, aarch64, i686, i386
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
OpenPOWER on IntegriCloud