From f8b27c41e84cefba4be361b96cc0bd545e1dc64d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 7 Aug 2014 14:21:18 +0000 Subject: Nuke the old JIT. I am sure we will be finding bits and pieces of dead code for years to come, but this is a good start. Thanks to Lang Hames for making MCJIT a good replacement! llvm-svn: 215111 --- llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll') diff --git a/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll index fe8d3864c9b..5d4e16fa4a2 100644 --- a/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/cross-module-a.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null +; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null declare i32 @FB() -- cgit v1.2.3