[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 18:57:54 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG595c4a3c050a: [LLVM][docs] Update CMake.rst to follow the upgrade to C++ 17 [NFC] (authored by piggynl).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133272/new/
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.457878.patch
Type: text/x-patch
Size: 524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220905/b21a9f64/attachment.bin>
More information about the llvm-commits
mailing list