[all-commits] [llvm/llvm-project] 3cf56b: [lldb] Remove some unused code in SymbolFileDWARF:...

Pavel Labath via All-commits all-commits at lists.llvm.org
Wed Jan 29 23:25:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cf56b5f04cdec567cfab3975ac7b531422c1e2c
      https://github.com/llvm/llvm-project/commit/3cf56b5f04cdec567cfab3975ac7b531422c1e2c
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2025-01-30 (Thu, 30 Jan 2025)

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

  Log Message:
  -----------
  [lldb] Remove some unused code in SymbolFileDWARF::ResolveFunction (#123206)

The purpose of this originally was to check for DWARF which refers to
garbage-collected functions (by checking whether we're able to get a
good address out of the function). The address check has been removed in
https://reviews.llvm.org/D112310, so the code computing it is not doing
anything.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list