[clang] [compiler-rt] [llvm] [FMV][AArch64] Remove feature sha1 from FMV. (PR #108383)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 15:31:23 PDT 2024


================
@@ -33,7 +33,6 @@ enum CPUFeatures {
   FEAT_FP,
   FEAT_SIMD,
   FEAT_CRC,
-  FEAT_SHA1,
----------------
efriedma-quic wrote:

Are there ABI stability concerns if you modify this enum?

https://github.com/llvm/llvm-project/pull/108383


More information about the cfe-commits mailing list