[llvm-branch-commits] ELF: Use preprocessed relocations for EhInputSection scanning (PR #161091)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 29 09:52:15 PDT 2025
================
@@ -473,6 +467,9 @@ class RelocationScanner {
template <class ELFT, class RelTy>
void scanOne(typename Relocs<RelTy>::const_iterator &i);
+ template <class ELFT, class RelIt>
----------------
MaskRay wrote:
Created #161229 to rewrite the file-level comment and give an overview.
https://github.com/llvm/llvm-project/pull/161091
More information about the llvm-branch-commits
mailing list