Hi,
I’m looking at cross compiling lldb-server for a Linux target. My use case only needs lldb-server cross-compiled for the target. I’m finding it’s expecting a cross-compiled clang.
It would be great to have a build option to support cross-compiling only lldb-server.
The other scenario is an architecture specific lldb-server. Say I want AArch64, and the only thing to run on the target is AArch64. I would never need support for mip64, etc. This would also minimize the size.
Maybe I’m missing something?
Joel