[PATCH] D27477: Refactor how the MSVC toolchain searches for a compatibility version.
David L. Jones via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 18:23:41 PST 2016
dlj added a comment.
As it turns out, the flags are needed for non-MSVC toolchains as well (which was confusing me with broken tests). I've moved some of the args logic out of MSVCToolChain.cpp to ToolChain.cpp.
https://reviews.llvm.org/D27477
More information about the llvm-commits
mailing list