X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FExecutionEngine%2FMCJIT%2Fmulti-module-eh-a.ll;h=10cfdcd264dc326b2030d2b6f43c1c2d1fde4a65;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=89035e65ac951db94e0f588292e719c8962ebd49;hpb=528f6d787b1a847e61eb2f1114559f423fdeb68c;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll b/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll index 89035e65ac9..10cfdcd264d 100644 --- a/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll +++ b/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit -extra-modules=%p/multi-module-eh-b.ir %s +; RUN: %lli -extra-module=%p/Inputs/multi-module-eh-b.ll %s ; XFAIL: arm, cygwin, win32, mingw declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*)