summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-29 01:33:14 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-29 01:33:14 +0000
commit5f7a5773e679107565f9da79c26bb558d5e9c051 (patch)
tree76f631c023e470a1ff6ec003ab9e21291f054d7d /tools
parent47b7fd54481d25aff90bfe772d54435bbea0908f (diff)
downloadllvm-5f7a5773e679107565f9da79c26bb558d5e9c051.tar.gz
llvm-5f7a5773e679107565f9da79c26bb558d5e9c051.tar.bz2
llvm-5f7a5773e679107565f9da79c26bb558d5e9c051.tar.xz
Cleaning up comments in lli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/lli/lli.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index 808a95a599..f3175668fc 100644
--- a/tools/lli/lli.cpp
+++ b/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 "