[all-commits] [llvm/llvm-project] 909792: [lldb] Add a test to prefer exact triple matches i...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 11 16:36:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9097920ebabb6ab29f94e4051572c42459edcda8
https://github.com/llvm/llvm-project/commit/9097920ebabb6ab29f94e4051572c42459edcda8
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M lldb/unittests/Platform/PlatformAppleSimulatorTest.cpp
Log Message:
-----------
[lldb] Add a test to prefer exact triple matches in platform selection
Add a test that ensures we always prioritize exact triple matches when
creating platforms. This is a regression test for a (now resolved) bug
that that resulted in the remote tvOS platform being selected for a tvOS
simulator binary because the ArchSpecs are compatible.
More information about the All-commits
mailing list