[Lldb-commits] [lldb] [lldb][LoongArch] Preserve temporary symbols starting with `.L` in lldb symbol table (PR #158551)

Fangrui Song via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 16 09:35:45 PDT 2025


MaskRay wrote:

> I assume this is fallout from [discourse.llvm.org/t/rfc-should-we-omit-local-symbols-in-elf-files-from-the-lldb-symbol-table/87384](https://discourse.llvm.org/t/rfc-should-we-omit-local-symbols-in-elf-files-from-the-lldb-symbol-table/87384).
> 
> Which I have no context for but I'll add some of those folks on review.

I am not familiar with lldb. When RISC-V and LoongArch linker relaxation is enabled for assemblers, there are typically a lot of `.L0 ` symbols (#89693). These numerous symbols have an identical name. What does "preserve" in the context mean?

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


More information about the lldb-commits mailing list