mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Cleaning up comments in lli
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47b7fd5448
commit
5f7a5773e6
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user