[llvm] r193571 - Cleaning up comments in lli
Andrew Kaylor
andrew.kaylor at intel.com
Mon Oct 28 18:33:14 PDT 2013
Author: akaylor
Date: Mon Oct 28 20:33:14 2013
New Revision: 193571
URL: http://llvm.org/viewvc/llvm-project?rev=193571&view=rev
Log:
Cleaning up comments in lli
Modified:
llvm/trunk/tools/lli/lli.cpp
Modified: llvm/trunk/tools/lli/lli.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/lli.cpp?rev=193571&r1=193570&r2=193571&view=diff
==============================================================================
--- llvm/trunk/tools/lli/lli.cpp (original)
+++ llvm/trunk/tools/lli/lli.cpp Mon Oct 28 20:33:14 2013
@@ -88,8 +88,8 @@ namespace {
// Manually specify the child process for remote execution. This overrides
// the simulated remote execution that allocates address space for child
- // execution. The child process resides in the disk and communicates with lli
- // via stdin/stdout pipes.
+ // execution. The child process will be executed and will communicate with
+ // lli via stdin/stdout pipes.
cl::opt<std::string>
MCJITRemoteProcess("mcjit-remote-process",
cl::desc("Specify the filename of the process to launch "
More information about the llvm-commits
mailing list