[all-commits] [llvm/llvm-project] 99ad07: [AArch64] Cortex-R82: remove crypto
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Thu Dec 10 04:57:28 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99ad078b91ed601cd19c75a44106a4f86bfa1a41
https://github.com/llvm/llvm-project/commit/99ad078b91ed601cd19c75a44106a4f86bfa1a41
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
M clang/test/Preprocessor/aarch64-target-features.c
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[AArch64] Cortex-R82: remove crypto
Remove target features crypto for Cortex-R82, because it doesn't have any, and
add LSE which was missing while we are at it.
This also removes crypto from the v8-R architecture description because that
aligns better with GCC and so far none of the R-cores have implemented crypto,
so is probably a more sensible default.
Differential Revision: https://reviews.llvm.org/D91994
More information about the All-commits
mailing list