[all-commits] [llvm/llvm-project] ff85dc: [lldb] Remove PlatformDarwin::GetCompatibleArch he...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sat Jan 15 09:51:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff85dcb1c5b01411a6f9f2dc4c0e087467411f50
https://github.com/llvm/llvm-project/commit/ff85dcb1c5b01411a6f9f2dc4c0e087467411f50
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-01-15 (Sat, 15 Jan 2022)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/unittests/Platform/PlatformDarwinTest.cpp
Log Message:
-----------
[lldb] Remove PlatformDarwin::GetCompatibleArch helper
This also removes the corresponding unit tests. I wrote them to sanity
check my original refactoring and checked them in because why not. The
current implementation, without the added complexity of indices, is
simple enough that we can do without it.
More information about the All-commits
mailing list