llvm-project/llvm/test/DebugInfo/Symbolize
George Wright 13f1bc4188 Don't populate the symbol table with symbols that don't belong to a section with the flag SHF_ALLOC
When populating the symbol table for an ELF object file, don't insert any symbols that come from ELF sections which don't have runtime allocated memory (typically debugging symbols).

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D133795
2022-09-13 22:30:51 +00:00
..
ELF Don't populate the symbol table with symbols that don't belong to a section with the flag SHF_ALLOC 2022-09-13 22:30:51 +00:00