jankratochvil added a comment.

Getting `ld.lld: error: failed to open ../../../../bin/clang-10: Cannot 
allocate memory` when trying to build `lldb` natively on arm32 (the same error 
happens both for `clang` and for `lldb`).  Apparently memory is not a problem 
but the linker runs out of its 32-bit address space.
I am aware of the cross-compiling `lldb` possibility but I haven't tried that 
yet. Do you have some simple instructions how to cross-compile `lldb` for arm32 
on x86_64 host?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63540



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to