]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix compile err when building VC-CLANG-WIN64-CLANGASM-ARM target
authorZhiqing Xie <quic_zhiqxie@quicinc.com>
Thu, 25 Jul 2024 02:25:01 +0000 (10:25 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 29 Aug 2024 13:38:57 +0000 (15:38 +0200)
commitd20cf21b20559b3974a9dcadfe79bb047bfaab16
tree525b60d9841a1f6acc1417846e3f552525ac4d66
parent25bd0c77bfa7e8127faafda2b082432ea58f9570
Fix compile err when building VC-CLANG-WIN64-CLANGASM-ARM target

The error happens with MSVC v143,C++ Clang Compiler for Windows(16.0.5)

Error is "brackets expression not supported on this target" in libcrypto-shlib-bsaes-armv8.obj.asm

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25293)
Configurations/50-win-clang-cl.conf