[Lldb-commits] [PATCH] D158085: [LLDB][Docs] Update cross compilation docs and examples

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 17 01:24:16 PDT 2023


DavidSpickett added a comment.

I think `CMAKE_TOOLCHAIN_FILE` is the "proper" way to be passing `CMAKE_SYSTEM_NAME` etc. so let me look into that. It may be something we get away with with current CMake, but breaks later, much like `CMAKE_CROSS_COMPILING` seemed to be less effective as time went on.

On caches, let me check the rest of the doc because there are some caches in tree for Mac OS. If they're already mentioned I can expand that. Maybe I'll add a cache for the x86 -> aarch64 cross compile.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158085/new/

https://reviews.llvm.org/D158085



More information about the lldb-commits mailing list