[llvm-branch-commits] [NFC][ELF] Replace DynamicReloc::Kind with the equivalent bool in APIs (PR #150813)

Jessica Clarke via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 27 12:03:36 PDT 2025


jrtc27 wrote:

> Is this the last change in the patch series? The use of booleans is a good move to prevent the complexity of MIPS-style dynamic relocations (which I haven’t fully analyzed). Thanks for tidying this up!

Yes, though #150729 and #150730 are based on this patch series (as a logically-separate series that conflicts due to the refactoring so I linearised that way).

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


More information about the llvm-branch-commits mailing list