[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
Sat Jul 26 18:17:52 PDT 2025
https://github.com/jrtc27 created https://github.com/llvm/llvm-project/pull/150813
DynamicReloc::AgainstSymbol is now true and DynamicReloc::AddendOnly is
now false; uses of the constants were replaced mechanically.
More information about the llvm-branch-commits
mailing list