[llvm] [Object] Handle SHT_CREL relocation sections when resolving relocation data (PR #141843)

Zequan Wu via llvm-commits llvm-commits at lists.llvm.org
Fri May 30 17:05:15 PDT 2025


ZequanWu wrote:

I found that b3457d823e5e08462f7bb73b9c667da542e76a45 is the easiest way I can think about to test it. Otherwise, I need to manually create the .debug_info, .debug_abbrev, .debug_str, .debug_str_offsets sections to create a meaningful test (when llvm-dwarfdump prints strings inside .debug_info with .debug_abbrev, it needs to access the string from crel relocation sections)

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


More information about the llvm-commits mailing list