diff options
author | Alp Toker <alp@nuanti.com> | 2014-01-22 21:52:35 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-01-22 21:52:35 +0000 |
commit | a11863820c554db3e031a113a1503c6d49ca7134 (patch) | |
tree | 731454668942d7c5a372a2de70402353c9dcd483 /llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll | |
parent | bc909618f290ff8b0976620a3738558e9d2842e6 (diff) | |
download | bcm5719-llvm-a11863820c554db3e031a113a1503c6d49ca7134.tar.gz bcm5719-llvm-a11863820c554db3e031a113a1503c6d49ca7134.zip |
Eliminate inappropriate use of FindProgramByName() from lli
llvm-svn: 199835
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 a8a93a8dc3b..5ad71112ae8 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] |