[all-commits] [llvm/llvm-project] 7ec083: [lldb][NFCI] Remove use of ConstString from Plugin...

Alex via All-commits all-commits at lists.llvm.org
Tue Jun 27 10:43:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ec083107ff2dd72cb28e9cd8a45749e2619046c
      https://github.com/llvm/llvm-project/commit/7ec083107ff2dd72cb28e9cd8a45749e2619046c
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

  Changed paths:
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/source/Core/PluginManager.cpp

  Log Message:
  -----------
  [lldb][NFCI] Remove use of ConstString from PluginManager

The underlying structures no longer use ConstString so we can remove it
wholesale from PluginManager now.

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




More information about the All-commits mailing list