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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 4 09:58:45 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

We need to draw a distinction between using libc++ with pre-C++20 standard modes (which is entirely supported) and building the dylib itself, which does require C++20 support.

LGTM with my suggested change.



================
Comment at: libcxx/docs/ReleaseNotes.rst:57
+
+- libc++ requires a C++ 20 capable compiler.
+  Use ``-DLLVM_ENABLE_PROJECTS='clang;compiler-rt' -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi'``
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111043/new/

https://reviews.llvm.org/D111043



More information about the libcxx-commits mailing list