mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:31:56 +00:00
[CMAKE] Remove /fallback compile flag from clang-cl builds
This option is not needed anymore and was removed from LLVM 13
This commit is contained in:
parent
63e7d6c29e
commit
55f1f3000a
2 changed files with 1 additions and 14 deletions
|
@ -33,10 +33,6 @@ list(APPEND CRT_STDLIB_SOURCE
|
|||
)
|
||||
|
||||
if(USE_CLANG_CL)
|
||||
# clang-cl is missing pragma function support
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=35116
|
||||
set_property(SOURCE stdlib/rot.c APPEND_STRING PROPERTY COMPILE_FLAGS " /fallback")
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
list(APPEND CRT_STDLIB_ASM_SOURCE
|
||||
stdlib/clang-alias.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue