[PATCH] D101479: [Driver] Support libc++ in MSVC

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 3 06:03:40 PDT 2021


thakis added a comment.

How does this interact with `/MT` / `/MD`? Does this link the static or the dynamic libc++? If the former, does that do the right thing for DLLs? If the latter, are users expected to manually copy libc++.dll? (Sorry, not super up to speed on the static/shared lib status of libc++ on windows.)


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