[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:51:11 PST 2023


jasonliudev wrote:

Hmm... Interesting, it seems Bolt also have functions tries to check if VMA and offset are correct or not. So they are now in conflict with the new functions I'm bringing into the ELF.h header.
I'm inclined to rewrite the functions so that Bolt could use the functions from ELF.h too. What's your take on it?

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


More information about the llvm-commits mailing list