Index: third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
diff --git a/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S b/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
index 049ccb6ca4225815fd73d50aef69febe59ce7fe7..9c632910701e30514a306dd1e89dc80c638d240f 100644 |
--- a/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
+++ b/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
@@ -2,7 +2,9 @@ |
#if __ARM_MAX_ARCH__>=7 |
.text |
+#if !defined(__clang__) |
.arch armv8-a+crypto |
+#endif |
.align 5 |
.Lrcon: |
.long 0x01,0x01,0x01,0x01 |