[all-commits] [llvm/llvm-project] c51a89: [lldb][AArch64][Linux] Fix HWCAP constant sizes wh...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Nov 9 02:57:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c51a8968a410fb7cfc45acc9f86273ff1cb11736
https://github.com/llvm/llvm-project/commit/c51a8968a410fb7cfc45acc9f86273ff1cb11736
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterFlagsLinux_arm64.cpp
Log Message:
-----------
[lldb][AArch64][Linux] Fix HWCAP constant sizes when built on 32 bit
One of them is << 32 which means it must be a 64 bit value.
Fixes e3d750cc40e4cea281924142859dd4b9a6465f99.
More information about the All-commits
mailing list