[all-commits] [llvm/llvm-project] 435526: [lldb] Remove IRExecutionUnit::CollectFallbackNames

Alex via All-commits all-commits at lists.llvm.org
Wed Sep 22 11:04:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43552651319e1c39c09ce0f61b588813414cebda
      https://github.com/llvm/llvm-project/commit/43552651319e1c39c09ce0f61b588813414cebda
  Author: Alex Langford <apl at fb.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/source/Expression/IRExecutionUnit.cpp

  Log Message:
  -----------
  [lldb] Remove IRExecutionUnit::CollectFallbackNames

The work that IRExecutionUnit::CollectFallbackNames is basically the
work that `CPlusPlusLanguage::GetDemangledFunctionNameWithoutArguments`
does already. It's also (at time or writing) specific to C++, so it can
be folded into `IRExecutionUnit::CollectCandidateCPlusPlusNames`.

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




More information about the All-commits mailing list