[all-commits] [llvm/llvm-project] a452ca: [lldb] Extend isAArch64 to arm64 and arm64e
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Aug 17 19:45:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a452ca471c0e3d0b9999cd26d16a45b6bc43efee
https://github.com/llvm/llvm-project/commit/a452ca471c0e3d0b9999cd26d16a45b6bc43efee
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
Log Message:
-----------
[lldb] Extend isAArch64 to arm64 and arm64e
This fixes TestMemoryTag on Apple Silicon.
Commit: c64d1855b9a912cd6e3d0227ecd939c93c68fd9e
https://github.com/llvm/llvm-project/commit/c64d1855b9a912cd6e3d0227ecd939c93c68fd9e
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M lldb/test/API/functionalities/return-value/TestReturnValue.py
Log Message:
-----------
[lldb] Include arm64 in affected_by_radar_34562999
The same issue impacts arm64, both on-device and on Apple Silicon.
Compare: https://github.com/llvm/llvm-project/compare/9934a5b2ed5a...c64d1855b9a9
More information about the All-commits
mailing list