[Lldb-commits] [lldb] [lldb] Revive TestSimulatorPlatform.py (PR #142244)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 4 09:57:02 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",
----------------
JDevlieghere wrote:
I kept 11.0 for the non-Apple Silicon test. On AS it's not possible to test this as the linker automatically upgrades to the first supported AS version (14.0)
https://github.com/llvm/llvm-project/pull/142244
More information about the lldb-commits
mailing list