[Lldb-commits] [lldb] [lldb][test] Disable PIE for some API tests (PR #93808)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 01:50:58 PDT 2024


labath wrote:

Ok, I see now. It's an ld.bfd vs ld.lld thing. You probably have your clang configured to use lld. LLD does not put relocation addends into the data section (on both arm and intel). ld.bfd does, which is why this sort of happens to work there. Was your intention to test with LLD?

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


More information about the lldb-commits mailing list