[Lldb-commits] [lldb] [lldb][RPC] Upstream lldb-rpc-gen tool (PR #138031)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 30 09:39:43 PDT 2025
chelcassanova wrote:
`home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/RPC/Generator/Tests/Output/CheckRPCGenToolByproducts.test.script: line 1: fg: no job control` This means that the test does not recognize the `lldb-rpc-gen` binary. It was working before and the main thing I changed with the last update was to add a CMake option to choose whether or not you'd want to build RPC. This is a cache variable that's set to ON by default, so barring anything else this binary should be built and working.
https://github.com/llvm/llvm-project/pull/138031
More information about the lldb-commits
mailing list