[PATCH] D151613: Do not set CMAKE_CXX_FLAGS_<config> with FORCE

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 20 18:14:04 PDT 2023


beanz added a subscriber: mstorsjo.
beanz added a comment.

Sorry, this slipped my notice. @mstorsjo made some changes in this area recently with D155233 <https://reviews.llvm.org/D155233>. The approach there is to migrate to using the CMake built-in option `CMAKE_MSVC_RUNTIME_LIBRARY`.

@ArtemSkrebkov, does the issue you were encountering still occur on `main` now or did D155233 <https://reviews.llvm.org/D155233> resolve it?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151613/new/

https://reviews.llvm.org/D151613



More information about the llvm-commits mailing list