nikic wrote:

> > because the changes to shouldForceRelocation are ABI-breaking.
> 
> Huh, interesting - out of curiosity, why do they break the ABI if those jumps 
> are local to functions?

Ah sorry, I meant that they break the ABI of libLLVM.so by adding an additional 
parameter to an exported function, not the ABI of the generated code.

https://github.com/llvm/llvm-project/pull/125081
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to