[clang] [CMake]Remove LLVM_USE_CRT* (PR #66850)
Martin Storsjö via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 20 01:48:51 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:
You mean line 91 here? Ok, that's also present elsewhere here.
https://github.com/llvm/llvm-project/pull/66850
More information about the cfe-commits
mailing list