diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-29 01:33:14 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-29 01:33:14 +0000 |
commit | 8935258b4e8e8ac1df91eb7a3ed70b54798906e6 (patch) | |
tree | 3e75bc58a038451c3dc05f3b81ea07bc34d22386 | |
parent | 1ca510ea670d02e4e78e8f8cdf062afce08f30a9 (diff) | |
download | bcm5719-llvm-8935258b4e8e8ac1df91eb7a3ed70b54798906e6.tar.gz bcm5719-llvm-8935258b4e8e8ac1df91eb7a3ed70b54798906e6.zip |
Cleaning up comments in lli
llvm-svn: 193571
-rw-r--r-- | llvm/tools/lli/lli.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index 808a95a599e..f3175668fc7 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp @@ -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 " |