libc++: document in the release notes that a C++20 compiler is expected
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 4 Oct 2021 09:06:45 +0000 (11:06 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 4 Oct 2021 17:03:05 +0000 (19:03 +0200)
Differential Revision: https://reviews.llvm.org/D111043

libcxx/docs/ReleaseNotes.rst

index 65ef26b..da6ede0 100644 (file)
@@ -50,3 +50,10 @@ API Changes
 -----------
 
 - ...
+
+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.