Skip to content

Commit e9af091

Browse files
committed
Add additional points
1 parent 5de8270 commit e9af091

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ systems, and suitable for broader use cases.
5151

5252
## **Summary of accomplished tasks**
5353

54+
### **Note: Some of the PRs are still under review, but they are expected to be merged soon.**
55+
5456
#### **Add Out-Of-Process Execution Support for Clang-Repl** [#110418](https://github.com/llvm/llvm-project/pull/110418)
5557

5658
To implement out-of-process execution, I leveraged **ORC JIT’s remote execution capabilities** with `llvm-jitlink-executor`. Key features included:
@@ -123,6 +125,14 @@ function's interface.
123125

124126
---
125127

128+
### **Result**
129+
130+
With these changes, `clang-repl` now supports out-of-process execution. You can run it using the following command:
131+
132+
```bash
133+
clang-repl --oop-executor=path/to/llvm-jitlink-executor --orc-runtime=path/to/liborc_rt.a
134+
```
135+
126136
### **Conclusion**
127137

128138
Thanks to this project, **Clang-Repl** now supports **out-of-process execution** for

0 commit comments

Comments
 (0)