[all-commits] [llvm/llvm-project] 65b1c4: [LLD] [COFF] Use the local dwarf code instead of S...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Oct 21 01:00:54 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 65b1c497d2a6824ab23411611127dc0c3f17c400
      https://github.com/llvm/llvm-project/commit/65b1c497d2a6824ab23411611127dc0c3f17c400
  Author: Martin Storsjo <martin at martin.st>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/SymbolTable.cpp

  Log Message:
  -----------
  [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code locations. NFC.

As we now have code that parses the dwarf info for variable locations,
we can use that instead of relying on the higher level Symbolizer library,
reducing the previous two different dwarf codepaths into one.

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

llvm-svn: 375391




More information about the All-commits mailing list