[lldb-dev] [CMake] cross compiling lldb-server
Joel Winarske via lldb-dev
lldb-dev at lists.llvm.org
Sat Dec 29 15:36:59 PST 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20181229/8c3294c8/attachment.html>
More information about the lldb-dev
mailing list