[PATCH] D55056: [CMake] Default options for faster executables on MSVC
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 12:00:14 PDT 2019
aganea added a comment.
In D55056#1514451 <https://reviews.llvm.org/D55056#1514451>, @rnk wrote:
> Previously I passed LLVM_USE_CRT_RELEASE=MT explicitly as part of my build, and I ran into the same problems with LLDB that you did. I'll try to modify this once it lands to warn when the user tries to do that. At the time, I couldn't see how to do it easily.
I can change this to (also) display the message when LLVM_USE_CRT_* is passed explicitly.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55056/new/
https://reviews.llvm.org/D55056
More information about the llvm-commits
mailing list