[all-commits] [llvm/llvm-project] f4be9f: [lldb][NFCI] Platforms should own their SDKBuild a...
Alex via All-commits
all-commits at lists.llvm.org
Wed Jun 14 10:00:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4be9ff6458fe6401acaf9239865e077141dd8bc
https://github.com/llvm/llvm-project/commit/f4be9ff6458fe6401acaf9239865e077141dd8bc
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M lldb/include/lldb/Interpreter/OptionGroupPlatform.h
M lldb/include/lldb/Target/Platform.h
M lldb/source/API/SBPlatform.cpp
M lldb/source/Interpreter/OptionGroupPlatform.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinDevice.cpp
M lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp
M lldb/source/Target/Platform.cpp
Log Message:
-----------
[lldb][NFCI] Platforms should own their SDKBuild and SDKRootDirectory strings
These don't need to be ConstStrings. They don't really benefit much from
deduplication and comparing them isn't on a hot path, so they don't
really benefit much from quick comparisons.
Differential Revision: https://reviews.llvm.org/D152331
More information about the All-commits
mailing list