[all-commits] [llvm/llvm-project] 5b381d: [lldb][AArch64] Fix typeo in AArch64 DoFixAddr hig...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Sat Apr 18 22:01:35 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b381d5c00009c73eb85fa8b5341590a1adf8521
https://github.com/llvm/llvm-project/commit/5b381d5c00009c73eb85fa8b5341590a1adf8521
Author: Jason Molenda <jmolenda at apple.com>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
Log Message:
-----------
[lldb][AArch64] Fix typeo in AArch64 DoFixAddr highmem (#191952)
Code and Data masks are the same on AArch64, but someone could adopt a
Code mask that cleared the low 2 bits, so it's good to correct the
mistake.
rdar://174463000
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list