Skip to content

Commit e6fd5a6

Browse files
committed
Refactor point description
1 parent e87e072 commit e6fd5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-10-14-out-of-process-execution-for-clangrepl_gsoc_final_blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To implement out-of-process execution, I leveraged **ORC JIT’s remote executio
5353

5454
- **New Command Flags**:
5555
- `--oop-executor`: Launches the JIT executor in a separate process.
56-
- `--oop-executor-connect`: Connects Clang-Repl to the external process for out-of-process execution.
56+
- `--oop-executor-connect`: Connects Clang-Repl to the executor process over TCP.
5757

5858
These flags enable Clang-Repl to use `llvm-jitlink-executor` for isolated code execution.
5959

0 commit comments

Comments
 (0)