mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CRT] Also use alias _rot functions for clang-cl amd64 build
This commit is contained in:
parent
4ae4590b66
commit
802665a4ac
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue