[all-commits] [llvm/llvm-project] c74b42: [llvm-symbolizer] Switch to using native symbolize...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Nov 23 15:57:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c74b427cb2a90309ee0c29df21ad1ca26390263c
      https://github.com/llvm/llvm-project/commit/c74b427cb2a90309ee0c29df21ad1ca26390263c
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M lld/test/COFF/symbolizer-inline.s
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/test/tools/llvm-symbolizer/pdb/pdb-columns.test
    M llvm/test/tools/llvm-symbolizer/pdb/pdb.test
    M llvm/tools/llvm-symbolizer/Opts.td
    M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

  Log Message:
  -----------
  [llvm-symbolizer] Switch to using native symbolizer by default on Windows

llvm-symbolizer used to use the DIA SDK for symbolization on
Windows; this patch switches to using native symbolization, which was
implemented recently.

Users can still make the symbolizer use DIA by adding the `-dia` flag
in the LLVM_SYMBOLIZER_OPTS environment variable.

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




More information about the All-commits mailing list