[lldb][NFCI] Remove use of ConstString from StructuredDataDarwinLog static functions
authorAlex Langford <alangford@apple.com>
Fri, 26 May 2023 23:36:13 +0000 (16:36 -0700)
committerAlex Langford <alangford@apple.com>
Tue, 30 May 2023 20:47:09 +0000 (13:47 -0700)
commit9e8a412cb37d2a1201bd33878fce0993587ef335
treef8fcb931dd88f01e935e8f0ee4164aef048a5a7c
parentaf8e3861025f3c931cc67ced86d6bd8c939e6fc0
[lldb][NFCI] Remove use of ConstString from StructuredDataDarwinLog static functions

The strings "DarwinLog" and "log" probably do not need to be in the
ConstString StringPool. We still create ConstStrings from them in some
places (for now) but that's because we don't have an implicit
constructor to convert a StringRef to a ConstString.

Differential Revision: https://reviews.llvm.org/D151599
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp