[CRT] Also use alias _rot functions for clang-cl amd64 build

This commit is contained in:
Jérôme Gardou 2021-04-29 23:33:05 +02:00 committed by Jérôme Gardou
parent 4ae4590b66
commit 802665a4ac

View File

@ -483,6 +483,10 @@ elseif(ARCH STREQUAL "amd64")
if(MSVC)
list(APPEND CRT_ASM_SOURCE
except/amd64/cpp.s)
if (CMAKE_C_COMPILER_ID STREQUAL "Clang")
list(APPEND CRT_ASM_SOURCE
stdlib/clang-alias.s)
endif()
endif()
elseif(ARCH STREQUAL "arm")
list(APPEND CRT_SOURCE