]> granicus.if.org Git - llvm/commitdiff
Remove flag for no longer supported MSVC version
authorNico Weber <nicolasweber@gmx.de>
Mon, 24 Jun 2019 18:47:53 +0000 (18:47 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 24 Jun 2019 18:47:53 +0000 (18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364218 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/HandleLLVMOptions.cmake

index 966a2b9294e6d15ccaad654fcd523019f88e1ad1..59e1bdb8ebc4f97372cb63117bcaa015a554c476 100644 (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...