[PATCH] D133272: [LLVM][docs] Update CMake.rst to follow the upgrade to C++ 17

Piggy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 4 06:59:05 PDT 2022


piggynl created this revision.
piggynl added reviewers: thieta, jhenderson, cor3ntin, MaskRay.
Herald added subscribers: StephenFan, mgorny.
Herald added a project: All.
piggynl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Update `CMake.rst` to follow the upgrade to C++ 17 in LLVM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133272

Files:
  llvm/docs/CMake.rst


Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -278,7 +278,7 @@
 
 **CMAKE_CXX_STANDARD**:STRING
   Sets the C++ standard to conform to when building LLVM.  Possible values are
-  14, 17, 20.  LLVM Requires C++ 14 or higher.  This defaults to 14.
+  17 and 20.  LLVM Requires C++ 17 or higher.  This defaults to 17.
 
 **CMAKE_INSTALL_BINDIR**:PATH
   The path to install executables, relative to the *CMAKE_INSTALL_PREFIX*.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133272.457854.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220904/e8129b9f/attachment.bin>


More information about the llvm-commits mailing list