================
@@ -207,6 +209,43 @@ bool isSectionInSegment(const typename ELFT::Phdr &Phdr,
          checkSectionVMA<ELFT>(Phdr, Sec);
 }
 
+template <bool Is64>
----------------
smithp35 wrote:

Thanks for lifting this out. Possibly worth a comment describing HdrHandler and 
EntryHandler. For example:
```
// The HdrHandler is called once with the number of relocations and whether the 
relocations have addends.
// The EntryHandler is called once per decoded relocation.

https://github.com/llvm/llvm-project/pull/97382
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to