[all-commits] [llvm/llvm-project] a7ceef: DebugInfo/Symbolize: Exclude ARM mapping symbols f...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Feb 12 11:04:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7ceef9254ad1ec112906f53ac9cae2f0a37e4bb
      https://github.com/llvm/llvm-project/commit/a7ceef9254ad1ec112906f53ac9cae2f0a37e4bb
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
    A llvm/test/DebugInfo/Symbolize/ELF/arm-mapping-symbol.s

  Log Message:
  -----------
  DebugInfo/Symbolize: Exclude ARM mapping symbols for .symtab symbolization after D95916

Their names don't convey much information, so they should be excluded.
The behavior matches addr2line.

Differential Revision: https://reviews.llvm.org/D96617




More information about the All-commits mailing list