commit | a11863820c554db3e031a113a1503c6d49ca7134 | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Wed Jan 22 21:52:35 2014 +0000 |
committer | Alp Toker <alp@nuanti.com> | Wed Jan 22 21:52:35 2014 +0000 |
tree | 731454668942d7c5a372a2de70402353c9dcd483 | |
parent | bc909618f290ff8b0976620a3738558e9d2842e6 [diff] [blame] |
Eliminate inappropriate use of FindProgramByName() from lli llvm-svn: 199835
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll index a8a93a8d..5ad7111 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
@@ -1,4 +1,4 @@ -; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null +; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null define double @test(double* %DP, double %Arg) { %D = load double* %DP ; <double> [#uses=1]