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