[clang] [clang-repl] Fix PLT offset too large linker error on ARM (PR #78959)

Stefan Gränitz via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 05:06:17 PST 2024


weliveindetail wrote:

I was wondering as well and checked the codebase for existing uses, but no findings. Yes, clang has no JIT and may not reach the limit. And yes, LLDB is mostly an `.so` where the linker's approach might differ and/or it's just not built frequently for ARM. Myself, I usually opt for remote debugging and just build lldb-server.

https://github.com/llvm/llvm-project/pull/78959


More information about the cfe-commits mailing list