[PATCH] D101479: [Driver] Support libc++ in MSVC
Adrian McCarthy via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 10 09:40:27 PDT 2021
amccarth added a comment.
In D101479#2733354 <https://reviews.llvm.org/D101479#2733354>, @mstorsjo wrote:
> Not sure if we want the desicion between static and shared libc++ be coupled with `/MT` and `/MD`, as one can quite plausibly want to use e.g. a static libc++ with `/MD`.
I don't understand this. When would someone want to use `/MD` and not get the DLL version of the run-time libraries?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101479/new/
https://reviews.llvm.org/D101479
More information about the cfe-commits
mailing list