[all-commits] [llvm/llvm-project] 00bbef: [llvm-symbolizer] Fix native symbolization on wind...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Nov 30 14:36:53 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00bbef2bb20cf212722de282e4eb9afd09ab50db
      https://github.com/llvm/llvm-project/commit/00bbef2bb20cf212722de282e4eb9afd09ab50db
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
    M lld/test/COFF/symbolizer-inline.s
    M llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp

  Log Message:
  -----------
  [llvm-symbolizer] Fix native symbolization on windows for inline sites.

The existing code handles this correctly and I checked that the code
in NativeInlineSiteSymbol also handles this correctly, but it was
wrong in the NativeFunctionSymbol code.

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




More information about the All-commits mailing list