[all-commits] [llvm/llvm-project] 618e5d: [CMake] Fully delete the deprecated LLVM_USE_CRT* ...
Zhang via All-commits
all-commits at lists.llvm.org
Thu Sep 21 03:25:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 618e5d2c2d8e0c288c37b883ece553ca4f994c2e
https://github.com/llvm/llvm-project/commit/618e5d2c2d8e0c288c37b883ece553ca4f994c2e
Author: Zhang <5205699+Naville at users.noreply.github.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M clang/cmake/caches/CrossWinToARMLinux.cmake
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/cmake/caches/Fuchsia.cmake
R llvm/cmake/modules/ChooseMSVCCRT.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/cmake/modules/LLVMConfig.cmake.in
M llvm/docs/CMake.rst
Log Message:
-----------
[CMake] Fully delete the deprecated LLVM_USE_CRT* (#66850)
This has been deprecated in favor of CMake's CMAKE_MSVC_RUNTIME_LIBRARY
in c6bd873403a8ac6538a3fe3b3c2fe39c16b146a6 .
Current release branch still contains it in deprecated status so no
existing end-users will be affected.
More information about the All-commits
mailing list