chelcassanova wrote:

To sum up the conversation I've been having with Vladimir Vereschaka 
(@vvereschaka) thus far, for the cross-compile build on the 
lldb-remote-linux-ubuntu bot, the step that generates and compiles the sources 
from lldb-rpc-gen is taking place too early on the target. It's taking place 
before the target Clang toolchain is fully built, which is why it's unable to 
resolve the includes for things like `<ctstdint>`. He proposes splitting up the 
build for RPC into two stages (similar to what we do with lldb-server). As I 
understand it, the lldb-rpc-gen tool would get built on the host, while the 
sources are generated and compiled on the target using the just-built tool.

https://github.com/llvm/llvm-project/pull/148996
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to