Lines Matching refs:MSVC
25 # MSVC doesn't like _DEBUG on release builds. See PR 4379.
26 if( NOT MSVC )
33 # Also remove /D NDEBUG to avoid MSVC warnings about conflicting defines.
221 if( MSVC )
223 # For MSVC 2013, disable iterator null pointer checking in debug mode,
231 # CMake previously automatically set this value for MSVC builds, but the
232 # behavior was changed in CMake 2.8.11 (Issue 12437) to use the MSVC default
241 # Add definitions that make MSVC much less annoying.
252 # Tell MSVC to use the Unicode version of the Win32 APIs instead of ANSI.
301 # Ideally, we'd like this warning to be enabled, but MSVC 2013 doesn't
305 # When we switch to requiring a version of MSVC that supports the 'alignas'
306 # specifier (MSVC 2015?) this warning can be re-enabled.
330 # No MSVC equivalent available
387 # Disable sized deallocation if the flag is supported. MSVC fails to compile
498 endif( MSVC )
501 if (NOT MSVC)
555 elseif(MSVC)
560 …message(FATAL_ERROR "This sanitizer not yet supported in the MSVC environment: ${LLVM_USE_SANITIZE…
603 if(MSVC)
649 # symbols to export from LLVM tools. This is necessary when using MSVC if you