]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix compile error when building VC-WIN64-CLANGASM-ARM target
authorAuto Vincent <72301871+AutoVincent@users.noreply.github.com>
Thu, 30 Jan 2025 18:03:49 +0000 (18:03 +0000)
committerTomas Mraz <tomas@openssl.org>
Thu, 6 Feb 2025 16:29:39 +0000 (17:29 +0100)
commitbecc0078f8215ffc062f5ba06c73ba51d3b14b6e
tree7073801d461b6853dbeab7368501ddf0c794a752
parentfd6f27bdd5f6cdc577fbf1b0556ff6c45bdd5116
Fix compile error when building VC-WIN64-CLANGASM-ARM target

With MSVC v143, C++ Clang Compiler for Windows (18.1.8) there are
many errors similar to:

crypto\aes\libcrypto-lib-aesv8-armx.obj.asm:3795:7: error: unknown token in expression
        ld1     {v2.16b},[x0],#16

CLA: trivial

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26603)
Configurations/50-win-clang-cl.conf