[all-commits] [llvm/llvm-project] cf7bfd: [lldb][AArch64] Remove armv8.3-a flag from tagged ...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Jan 13 06:25:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf7bfd6d059e58263594858e21b5547acabae568
https://github.com/llvm/llvm-project/commit/cf7bfd6d059e58263594858e21b5547acabae568
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M lldb/test/API/linux/aarch64/tagged_memory_read/Makefile
Log Message:
-----------
[lldb][AArch64] Remove armv8.3-a flag from tagged memory read test
This was left over from when I had used some pointer authentication
instructions to sign the pointer. Then I realised that simply setting
the top byte is enough to prove the ABI plugin is being called.
Top byte ignore is a feature of the armv8-a architecure and doesn't
need any extra compiler flags.
More information about the All-commits
mailing list