[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 10:03:29 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc788bea24355: libc++: document in the release notes that a C++20 compiler is expected (authored by sylvestre.ledru).
Changed prior to commit:
https://reviews.llvm.org/D111043?vs=376827&id=376934#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111043/new/
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
+--------------------
+
+- Building the libc++ shared or static library 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.376934.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211004/e3e7a8e2/attachment-0001.bin>
More information about the libcxx-commits
mailing list