[all-commits] [llvm/llvm-project] 0b90d0: [lldb][NFCI] Remove use of ConstString in ProcessS...
Alex via All-commits
all-commits at lists.llvm.org
Fri Jun 16 10:54:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b90d09898cadc89105c3caf0d01f09e66c49993
https://github.com/llvm/llvm-project/commit/0b90d09898cadc89105c3caf0d01f09e66c49993
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M lldb/include/lldb/Target/ProcessStructReader.h
M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
Log Message:
-----------
[lldb][NFCI] Remove use of ConstString in ProcessStructReader
std::map<ConstString, FieldImpl> is naturally replaced with
`llvm::StringMap<FieldImpl>` here.
Differential Revision: https://reviews.llvm.org/D152968
More information about the All-commits
mailing list