[clang] [llvm] [ORC] Move JITLinkMemoryManager ownership out of ExecutorProcessControl. (PR #192665)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 08:01:42 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 172870 tests passed
* 3175 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### LLVM
<details>
<summary>LLVM.Examples/OrcV2Examples/lljit-with-remote-debugging.test</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 8
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/LLJITWithRemoteDebugging /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1.ll 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK0 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/LLJITWithRemoteDebugging /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1.ll
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK0 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test:12:11: error: CHECK0: expected string not found in input
# | # CHECK0: Running: main()
# | ^
# | <stdin>:5:138: note: scanning from here
# | Parsing input IR code from: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1.ll
# | ^
# | <stdin>:6:5: note: possible intended match here
# | Initializing LLJIT for remote executor
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/lljit-with-remote-debugging.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: __jit_debug_descriptor.last_entry = 0x0000000000000000
# | 2: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/LLJITWithRemoteDebugging: Symbols not found: [ orc_rt_SimpleNativeMemoryMap_Instance, orc_rt_SimpleNativeMemoryMap_reserve_sps_wrapper, orc_rt_SimpleNativeMemoryMap_initialize_sps_wrapper, orc_rt_SimpleNativeMemoryMap_deinitializeMultiple_sps_wrapper, orc_rt_SimpleNativeMemoryMap_releaseMultiple_sps_wrapper ]
# | 3: Found out-of-process executor: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-jitlink-executor
# | 4: Launched executor in subprocess: 1354911
# | 5: Parsing input IR code from: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1.ll
# | check:12'0 X error: no match found
# | 6: Initializing LLJIT for remote executor
# | check:12'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:12'1 ? possible intended match
# | 7: __jit_debug_descriptor.last_entry = 0x0000000000000000
# | check:12'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/192665
More information about the cfe-commits
mailing list