[llvm] [llvm-objdump] Fix lma display issue for non-bss sections (PR #72141)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 00:40:14 PST 2023
jh7370 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?
It seems to me like having one defined way for how to check these things would be better. That being said, I have zero experience with bolt or how it is structured, so can't really comment on it.
https://github.com/llvm/llvm-project/pull/72141
More information about the llvm-commits
mailing list