[llvm] [llvm-objdump] Fix lma display issue for non-bss sections (PR #72141)
Jason Liu via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 10:17:32 PST 2023
================
@@ -799,6 +799,49 @@ ELFFile<ELFT>::getSectionAndRelocations(
return SecToRelocMap;
}
+template <class ELFT>
+static bool checkOffsets(const typename ELFT::Phdr &Phdr,
----------------
jasonliudev wrote:
Yes, they are identical to the originals.
https://github.com/llvm/llvm-project/pull/72141
More information about the llvm-commits
mailing list