[clang] [compiler-rt] [llvm] [FMV][AArch64] Remove feature sha1 from FMV. (PR #108383)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 13:03:21 PDT 2024
================
@@ -33,7 +33,6 @@ enum CPUFeatures {
FEAT_FP,
FEAT_SIMD,
FEAT_CRC,
- FEAT_SHA1,
----------------
efriedma-quic wrote:
We've generally been more conservative with compiler-rt.builtins compared with other parts of compiler-rt, like sanitizers. People do ship static libraries to other people, and we don't want them to silently break.
Even if you still consider the ABI "beta", it's not clear to me how we expect users to know; is the "beta" status mentioned anywhere in LLVM/clang documentation?
https://github.com/llvm/llvm-project/pull/108383
More information about the llvm-commits
mailing list