[Lldb-commits] [lldb] [lldb] Revive TestSimulatorPlatform.py (PR #142244)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 09:55:36 PDT 2025
================
@@ -198,7 +202,7 @@ def test_ios_backdeploy_apple_silicon(self):
self.run_with(
arch=self.getArchitecture(),
os="ios",
- vers="11.0",
+ vers="14.0",
----------------
adrian-prantl wrote:
The version 11 here is (I believe) significant. Prior to 12 there was no `x86_64-apple-ios-simulator` triple, instead simulator binaries used load commands that produced a `x86_64-apple-ios` triple, which was assumed to mean simulator, due to the combination of `x86` and `iOS`.
https://github.com/llvm/llvm-project/pull/142244
More information about the lldb-commits
mailing list