diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst --- a/libcxx/docs/ReleaseNotes.rst +++ b/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.