[Lldb-commits] [lldb] Reland "[lldb][RPC] Upstream lldb-rpc-gen tool" (#146969)" Attempt 2 (PR #148996)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 23 10:03:52 PDT 2025
chelcassanova wrote:
Hi @vvereschaka ,
> I have two questions in addition:
I see the following warnings during the build
[671/5326] Fixing includes in /home/buildbot/worker/temp/build-stage2/tools/lldb/tools/lldb-rpc/DerivedHeaders/SBLanguages.h
Unable to find unifdef executable. Guards will not be removed from input files. Exiting...
[672/5326] Fixing includes in /home/buildbot/worker/temp/build-stage2/tools/lldb/tools/lldb-rpc/DerivedHeaders/SBDefines.h
Unable to find unifdef executable. Guards will not be removed from input files. Exiting...
...
Is it expectable?
Yes, this is expected.
> I didn't find any result binaries, such as lldb-rpc-server or similar. Is it also expectable?
This is also expected.
I've implemented all changes you suggested to allow lldb-rpc to build properly when cross-compiling. Let's hope it works!
https://github.com/llvm/llvm-project/pull/148996
More information about the lldb-commits
mailing list