s/true/ArchSpec::ExactMatch
s/false/ArchSpec::CompatibleMatch
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121290
[lldb] Create an enum to specify the kind of ArchSpec matching ClosedPublic Authored by labath on Mar 9 2022, 7:10 AM.
Details Summary s/true/ArchSpec::ExactMatch
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 9 2022, 9:05 AM This revision was landed with ongoing or failed builds.Aug 2 2022, 7:21 AM Closed by commit rG6093a77caf44: [lldb] Create an enum to specify the kind of ArchSpec matching (authored by labath). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 449286 lldb/include/lldb/Target/Platform.h
lldb/include/lldb/Utility/ArchSpec.h
lldb/source/Interpreter/OptionGroupPlatform.cpp
lldb/source/Target/Platform.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/TargetList.cpp
lldb/source/Utility/ArchSpec.cpp
|