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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to