[llvm] [llvm-objdump] Fix lma display issue for non-bss sections (PR #72141)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 00:46:21 PST 2023


================
@@ -799,6 +799,49 @@ ELFFile<ELFT>::getSectionAndRelocations(
   return SecToRelocMap;
 }
 
+template <class ELFT>
+static bool checkOffsets(const typename ELFT::Phdr &Phdr,
----------------
jh7370 wrote:

I've not attempted to compare: are these two moved functions identical to the originals?

https://github.com/llvm/llvm-project/pull/72141


More information about the llvm-commits mailing list