X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Feh-sm-pic.ll;h=f3e61dc8570a4055d30db7b012ddad975af466a3;hb=d5dd8ce2a5336df4e4b4cc04d23e4018d93944f9;hp=00c2bb056ff387a6c98099b955dcfff7078ed6ed;hpb=4437658aff84fa25563740c806a091de1395e5f4;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/eh-sm-pic.ll b/test/ExecutionEngine/MCJIT/eh-sm-pic.ll index 00c2bb056ff..f3e61dc8570 100644 --- a/test/ExecutionEngine/MCJIT/eh-sm-pic.ll +++ b/test/ExecutionEngine/MCJIT/eh-sm-pic.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s +; 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*)