[PATCH] D63540: Fix lookup of symbols at the same address with no size vs. size
Jan Kratochvil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 02:04:16 PST 2019
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
More information about the llvm-commits
mailing list