[all-commits] [llvm/llvm-project] e3bb1c: [lldb] Rollback to using i386 for the watch simulator
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Feb 3 16:33:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3bb1c80fe68110f6362af0413c04cd77a05fbac
https://github.com/llvm/llvm-project/commit/e3bb1c80fe68110f6362af0413c04cd77a05fbac
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
Log Message:
-----------
[lldb] Rollback to using i386 for the watch simulator
I switched the watch simulator test from i386 to using x86_64, but
apparently that's not supported on the bots. Rollback to using i386 and
solve the original issue by passing the target, similar to what I did
in TestSimulatorPlatform.py.
More information about the All-commits
mailing list