Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / cross-module-sm-pic-a.ll
index f8acc2a86c83781379aa7a6dda71a57050447810..d7a0b5d07d288372ea693345ca044304bac54335 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386, aarch64, arm
+; XFAIL: mips, i686, i386
 
 declare i32 @FB()