diff options
-rw-r--r-- | tools/lli/lli.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 05bf4ec..1cdd91b 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -536,7 +536,7 @@ int main(int argc, char **argv, char * const *envp) { errs() << "Unable to find child target: '\''" << MCJITRemoteProcess << "\'\n"; return -1; } - Target.reset(RemoteTarget::createExternalRemoteTarget(MCJITRemoteProcess)); + Target.reset(RemoteTarget::createExternalRemoteTarget(ChildEXE)); } } else { // No child process name provided, use simulated remote execution. |