[all-commits] [llvm/llvm-project] b61b45: [lldb] Convert ELFSymbol dump methods to use Strin...

Alex Langford via All-commits all-commits at lists.llvm.org
Wed Jul 15 09:46:51 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b61b45f30cb1d7e88a6877080978aa95b83b7f87
      https://github.com/llvm/llvm-project/commit/b61b45f30cb1d7e88a6877080978aa95b83b7f87
  Author: Alex Langford <alangford at apple.com>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h

  Log Message:
  -----------
  [lldb] Convert ELFSymbol dump methods to use StringRef (#209650)

I'm working on changing how Section stores its own name (currently a
ConstString). I broke this change out into its own small PR because of
the complexity of rewriting the format string in ELFSymbol::Dump.



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