[libcxx-commits] [PATCH] D97166: [libcxx] [docs] Update docs about how to build for Windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 21 15:28:45 PST 2021


mstorsjo created this revision.
mstorsjo added reviewers: libc++, compnerd, rnk, curdeius, ldionne, STL_MSFT, CaseyCarter, miscco.
Herald added a subscriber: arphaman.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added 1 blocking reviewer(s): libc++.

Refresh the existing paragraphs on building in MSVC configurations, add a sample of one working configuration for MinGW, and add more details on what's necessary to run the tests these days.

While I know quite a few people and organizations do build libcxx for Windows (adding a couple of them as reviewers here), not all of them maybe do build it with CMake or run the tests (via the default llvm-lit driver) - I'm trying to document some common ground here, to get some reference config for proceeding with fixing the state of the tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97166

Files:
  libcxx/docs/BuildingLibcxx.rst
  libcxx/www/index.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97166.325346.patch
Type: text/x-patch
Size: 5268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210221/b1ef5839/attachment.bin>


More information about the libcxx-commits mailing list