[all-commits] [llvm/llvm-project] 22df23: [Symbolizer] Implement data symbolizer markup elem...

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Thu Aug 4 10:20:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22df238d4a642a4553ebf7b91325189be48b139d
      https://github.com/llvm/llvm-project/commit/22df238d4a642a4553ebf7b91325189be48b139d
  Author: Daniel Thornburgh <dthorn at google.com>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/SymbolizerMarkupFormat.rst
    M llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h
    M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
    M llvm/test/DebugInfo/symbolize-filter-markup-context-line-elision.test
    A llvm/test/DebugInfo/symbolize-filter-markup-data.test
    M llvm/test/DebugInfo/symbolize-filter-markup-error-location.test
    M llvm/test/DebugInfo/symbolize-filter-markup-mmap.test
    M llvm/test/DebugInfo/symbolize-filter-markup-module.test
    M llvm/test/DebugInfo/symbolize-filter-markup-reset.test
    M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

  Log Message:
  -----------
  [Symbolizer] Implement data symbolizer markup element.

This connects the Symbolizer to the markup filter and enables the first
working end-to-end flow using the filter.

Reviewed By: peter.smith

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




More information about the All-commits mailing list