1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Cleaning up comments in lli

llvm-svn: 193571
This commit is contained in:
Andrew Kaylor 2013-10-29 01:33:14 +00:00
parent e37d9c43ed
commit ebf56c2f5f

View File

@ -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 "