[all-commits] [llvm/llvm-project] e82866: [lldb][AArch64] Correct compile options for Neon c...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Aug 6 05:39:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e82866d5d9eef913252833789acda04ef8389e52
https://github.com/llvm/llvm-project/commit/e82866d5d9eef913252833789acda04ef8389e52
Author: David Spickett <david.spickett at linaro.org>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
R lldb/test/API/functionalities/postmortem/elf-core/aarch64-neon.c
A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-neon.c
Log Message:
-----------
[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
More information about the All-commits
mailing list