]> 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>
Fri, 6 Sep 2024 12:15:19 +0000 (14:15 +0200)
commit8451a14d4b478781c44cc71141ec683ad5bc7032
tree1dfe74bd931c4a73821317a4e98b282dbb5a6a51
parent6f9587dfcce71fe20d382c04ed1ae78d9c0cfdf2
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)

(cherry picked from commit d20cf21b20559b3974a9dcadfe79bb047bfaab16)
Configurations/50-win-clang-cl.conf