Issue |
151876
|
Summary |
[Clang-Repl] Using shared memory in Out-Of-Process JIT execution gives ``Permission Denied`` error on MacOS
|
Labels |
new issue
|
Assignees |
|
Reporter |
kr-2003
|
Running ``clang-repl`` in ``out-of-process`` mode with ``shared memory``.
```bash
./bin/clang-repl -oop-executor -orc-runtime -use-shared-memory -Xcc="-g" -Xcc="-O0" -Xcc="-debugger-tuning=lldb"
```
### Output
```bash
JIT session error: Permission denied
clang-repl: Failed to materialize symbols: { (<Platform>, { ___mh_executable_header, ___dso_handle }) }
```
### System
- MacOS 15.5
- MacBook Air M1
- 8 GB RAM
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs