]> 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:30:53 +0000 (17:30 +0100)
commit5c28ce3b215ee602927f10332e0dd26451e4cbf3
tree73640661628056b5098113484adb571476e4c24d
parent4f8c195b0c64b9eb78443ab15bd40e82119bf66a
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)

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