[all-commits] [llvm/llvm-project] 54434d: [nfc] [lldb] Simplify calling SymbolFileDWARF::Get...

Jan Kratochvil via All-commits all-commits at lists.llvm.org
Mon Oct 12 04:27:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 54434dc4dce9d59c4d6cebfd87e5f67e2966573b
      https://github.com/llvm/llvm-project/commit/54434dc4dce9d59c4d6cebfd87e5f67e2966573b
  Author: Jan Kratochvil <jan.kratochvil at redhat.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

  Log Message:
  -----------
  [nfc] [lldb] Simplify calling SymbolFileDWARF::GetDWARFCompileUnit

Only SymbolFileDWARF::ParseCompileUnit creates a CompileUnit and it uses
DWARFCompileUnit for that.

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




More information about the All-commits mailing list