MCJIT tests passing on ARM after r222414 fixed the relocation
authorRenato Golin <renato.golin@linaro.org>
Thu, 20 Nov 2014 13:32:16 +0000 (13:32 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 20 Nov 2014 13:32:16 +0000 (13:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222430 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll

index f37d4a86e66e95b43c498a3830cc0fad74c1a650..eb414249bdc36422f2c1e95d81eed0df026e5d20 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, arm
+; XFAIL: mips, i686, i386
 
 declare i32 @FB()
 
index e4395c433fed20d709b60a5842d68b93cb10d1b0..01faecc6495b7388a6facfd7665503a360adc753 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, arm
+; XFAIL: mips, i686, i386
 
 declare i32 @FB()