[llvm] r284380 - [docs] Reduce the number of places 'minimum requirements' is mentioned to one
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 05:29:01 PDT 2016
Author: rengolin
Date: Mon Oct 17 07:29:00 2016
New Revision: 284380
URL: http://llvm.org/viewvc/llvm-project?rev=284380&view=rev
Log:
[docs] Reduce the number of places 'minimum requirements' is mentioned to one
Modified:
llvm/trunk/docs/CodingStandards.rst
Modified: llvm/trunk/docs/CodingStandards.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.rst?rev=284380&r1=284379&r2=284380&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.rst (original)
+++ llvm/trunk/docs/CodingStandards.rst Mon Oct 17 07:29:00 2016
@@ -83,7 +83,8 @@ Supported C++11 Language and Library Fea
While LLVM, Clang, and LLD use C++11, not all features are available in all of
the toolchains which we support. The set of features supported for use in LLVM
-is the intersection of those supported in MSVC 2013, GCC 4.7, and Clang 3.1.
+is the intersection of those supported in the minimum requirements described
+in the :doc:`GettingStarted` page, section `Software`.
The ultimate definition of this set is what build bots with those respective
toolchains accept. Don't argue with the build bots. However, we have some
guidance below to help you know what to expect.
More information about the llvm-commits
mailing list