[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)
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