[clang] [CMake]Remove LLVM_USE_CRT* (PR #66850)

Martin Storsjö via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 01:16:20 PDT 2023


================
@@ -70,10 +70,6 @@ foreach(variable ${_FUCHSIA_BOOTSTRAP_PASSTHROUGH})
   endif()
 endforeach()
 
-if(WIN32)
-  set(LLVM_USE_CRT_RELEASE "MT" CACHE STRING "")
----------------
mstorsjo wrote:

Same here - we should probably set `CMAKE_MSVC_RUNTIME_LIBRARY` instead of just removing the setting?

https://github.com/llvm/llvm-project/pull/66850


More information about the cfe-commits mailing list