1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Remove flag for no longer supported MSVC version

llvm-svn: 364218
This commit is contained in:
Nico Weber 2019-06-24 18:47:53 +00:00
parent 255c995005
commit 81e340127a

View File

@ -361,10 +361,6 @@ if( MSVC )
include(ChooseMSVCCRT)
if( MSVC11 )
add_definitions(-D_VARIADIC_MAX=10)
endif()
# Add definitions that make MSVC much less annoying.
add_definitions(
# For some reason MS wants to deprecate a bunch of standard functions...