Skip to content

Commit

Permalink
libc++: document in the release notes that a C++20 compiler is expected
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D111043
  • Loading branch information
sylvestre committed Oct 4, 2021
1 parent 0061e68 commit c788bea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libcxx/docs/ReleaseNotes.rst
Expand Up @@ -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.

0 comments on commit c788bea

Please sign in to comment.