Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / eh-sm-pic.ll
index eb2e20cdf4f932e19e86834141d4dec6d50b2bea..f3e61dc8570a4055d30db7b012ddad975af466a3 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s
-; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386, darwin, aarch64
+; RUN: %lli -relocation-model=pic -code-model=small %s
+; XFAIL: cygwin, win32, mingw, mips, i686, i386, darwin, aarch64, arm
 declare i8* @__cxa_allocate_exception(i64)
 declare void @__cxa_throw(i8*, i8*, i8*)
 declare i32 @__gxx_personality_v0(...)