[Lldb-commits] [lldb] [lldb] Add function to tell if a section is a GOT section (PR #165936)

Augusto Noronha via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 5 12:56:24 PST 2025


augusto2112 wrote:

> Does this same issue need to be handled on Linux / ObjectFileELF?

For my purposes I only need this for Mach-O since this is specific to the shared cache, but the interface is open to being implemented for ELF if someone else ever needs it.

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


More information about the lldb-commits mailing list