[lldb][AArch64] Remove armv8.3-a flag from tagged memory read test
authorDavid Spickett <david.spickett@linaro.org>
Thu, 13 Jan 2022 14:21:33 +0000 (14:21 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Thu, 13 Jan 2022 14:25:18 +0000 (14:25 +0000)
commitcf7bfd6d059e58263594858e21b5547acabae568
treeab7deeb5265cab04aa219dbcb4ac702b99d6d428
parent764e52f0d4b68ea9bc01c69d5c8c5a1a5e38d256
[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.
lldb/test/API/linux/aarch64/tagged_memory_read/Makefile