[llvm-branch-commits] [NFC][ELF] Replace DynamicReloc::Kind with the equivalent bool in APIs (PR #150813)
Alexander Richardson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jul 27 10:41:22 PDT 2025
https://github.com/arichardson commented:
Thanks for cleaning up my ugly https://reviews.llvm.org/D100490 in the previous commits :)
I think having names for the boolean parameters makes the code calling this function easier to read than a magic true/false. So I'd have a slight preference for keeping an enum parameter but I'll leave that decision to @MaskRay.
https://github.com/llvm/llvm-project/pull/150813
More information about the llvm-branch-commits
mailing list