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)
llvm-svn: 222430

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

index f37d4a8..eb41424 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 e4395c4..01faecc 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()