mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 21:43:32 +08:00
[CRT] Also use alias _rot functions for clang-cl amd64 build
This commit is contained in:
parent
4ae4590b66
commit
802665a4ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user