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

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 08:05:33 PDT 2024


dzhidzhoev 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?

Yep, I run it with lld built together with clang and lldb. Should the condition be narrowed to affect only builds with lld? 

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


More information about the lldb-commits mailing list