[llvm-branch-commits] [NFC][ELF] Don't duplicate DynamicReloc constructor (PR #150811)
Jessica Clarke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jul 26 18:17:44 PDT 2025
https://github.com/jrtc27 created https://github.com/llvm/llvm-project/pull/150811
This second constructor is just a shorthand for an AddendOnly relocation
against dummySym with R_ADDEND, so write it as such.
More information about the llvm-branch-commits
mailing list