[all-commits] [llvm/llvm-project] 6093a7: [lldb] Create an enum to specify the kind of ArchS...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Aug 2 07:21:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6093a77caf44aad1bc62056295988d08e13cd421
https://github.com/llvm/llvm-project/commit/6093a77caf44aad1bc62056295988d08e13cd421
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/Utility/ArchSpec.h
M lldb/source/Interpreter/OptionGroupPlatform.cpp
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Target/TargetList.cpp
M lldb/source/Utility/ArchSpec.cpp
Log Message:
-----------
[lldb] Create an enum to specify the kind of ArchSpec matching
s/true/ArchSpec::ExactMatch
s/false/ArchSpec::CompatibleMatch
Differential Revision: https://reviews.llvm.org/D121290
More information about the All-commits
mailing list