[libcxx-commits] [PATCH] D111043: libc++: document in the release notes that a C++20 compiler is expected

Sylvestre Ledru via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 4 02:10:18 PDT 2021


sylvestre.ledru created this revision.
sylvestre.ledru added reviewers: ldionne, Mordante.
sylvestre.ledru requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111043

Files:
  libcxx/docs/ReleaseNotes.rst


Index: libcxx/docs/ReleaseNotes.rst
===================================================================
--- libcxx/docs/ReleaseNotes.rst
+++ libcxx/docs/ReleaseNotes.rst
@@ -50,3 +50,10 @@
 -----------
 
 - ...
+
+Build System Changes
+--------------------
+
+- libc++ requires a C++ 20 capable compiler.
+  Use ``-DLLVM_ENABLE_PROJECTS='clang;compiler-rt' -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi'``
+  to build libc++ using a fresh build of Clang.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111043.376827.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211004/d0d9b109/attachment.bin>


More information about the libcxx-commits mailing list