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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 16:04:27 PST 2023


================
@@ -0,0 +1,54 @@
+# RUN: yaml2obj %s > %t
+
+## Check when vma is the same, we could still print LMA correctly when dumping
----------------
MaskRay wrote:

Perhaps more specific: .data and .data_copy have the same VMA but different sh_offset values. Check that we can still print LMA correctly.

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


More information about the llvm-commits mailing list