summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-05 01:56:50 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-05 01:56:50 +0000
commitb64c573649d53bdd89699de9bc57ba48f9dd2f1b (patch)
treebaa0f18a4082b5ed52de1e4649c9947abc2979e6 /test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
parent95dea01cb6e2d4de6d17b76e56b46f3698d4fe89 (diff)
downloadllvm-b64c573649d53bdd89699de9bc57ba48f9dd2f1b.tar.gz
llvm-b64c573649d53bdd89699de9bc57ba48f9dd2f1b.tar.bz2
llvm-b64c573649d53bdd89699de9bc57ba48f9dd2f1b.tar.xz
Updating XFAILs for recent GOT tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll b/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
index 6b75bc2107..5ccc892d29 100644
--- a/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
+++ b/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
@@ -1,4 +1,5 @@
; RUN: %lli_mcjit -extra-modules=%p/cross-module-b.ir -relocation-model=pic -code-model=small %s > /dev/null
+; XFAIL: mips, i686, i386, aarch64, arm
declare i32 @FB()