[lldb][AArch64] Correct compile options for Neon corefile
authorDavid Spickett <david.spickett@linaro.org>
Mon, 3 Aug 2020 14:09:48 +0000 (15:09 +0100)
committerDavid Spickett <david.spickett@linaro.org>
Thu, 6 Aug 2020 12:39:09 +0000 (13:39 +0100)
commite82866d5d9eef913252833789acda04ef8389e52
treea199410cec04e624e1f0ef857d09ea003d3e4cfb
parent94a5919946a0a6b87720d9d1dfd15071ae3a5a49
[lldb][AArch64] Correct compile options for Neon corefile

SVE is not required, it has its own test. Note that
there is no "+neon" so "+simd" is used instead.

Also rename the file to match the name of the corefile
it produces.

Reviewed By: omjavaid

Differential Revision: https://reviews.llvm.org/D85134
lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-neon.c [moved from lldb/test/API/functionalities/postmortem/elf-core/aarch64-neon.c with 75% similarity]