Lines Matching refs:MSVC
126 if (MSVC)
127 # MSVC only has -X, which disables all default includes; including the crt.
162 if (NOT MSVC)
203 # MSVC doesn't like _DEBUG on release builds. See PR 4379.
204 if (NOT MSVC)
231 if (MSVC)
250 # NOTE: LLVM_USE_SANITIZER checks for a UNIX like system instead of MSVC.
251 # But we don't have LLVM_ON_UNIX so checking for MSVC is the best we can do.
252 if (LLVM_USE_SANITIZER AND NOT MSVC)
275 elseif(MSVC)
276 message(WARNING "LLVM_USE_SANITIZER is not supported with MSVC")