[PATCH] D155233: [CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviour

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 14:06:16 PDT 2023


mstorsjo added a comment.

Thanks for testing! I'll go ahead and land this on Monday probably, and then follow up with a second patch to clean up the supposedly unnecessary messing around with the flags variables.

I didn't get the compiler-rt orc stuff tested yet though (the tests fail for me before this patch too - the tests end up looking for `liborc_rt-x86_64.a` while the build produced `orc_rt-x86_64.a`). But the changes in that area seem quite trivial.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155233



More information about the llvm-commits mailing list