[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:
Victor Perevertkin 2021-10-14 19:27:02 +03:00
parent 63e7d6c29e
commit 55f1f3000a
No known key found for this signature in database
GPG key ID: C750B7222E9C7830
2 changed files with 1 additions and 14 deletions

View file

@ -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