[PATCH] D101792: Bug 45973 - Inaccurate system requirements

Jennifer Chukwu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 16:04:37 PDT 2021


jnyfah updated this revision to Diff 342577.
jnyfah added a comment.

Pulled rebase from llvm main


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101792

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -173,7 +173,7 @@
 Package                                                     Version      Notes
 =========================================================== ============ ==========================================
 `CMake <http://cmake.org/>`__                               >=3.13.4     Makefile/workspace generator
-`GCC <http://gcc.gnu.org/>`_                                >=5.1.0      C/C++ compiler\ :sup:`1`
+`GCC <http://gcc.gnu.org/>`_                                >=7.4      C/C++ compiler\ :sup:`1`
 `python <http://www.python.org/>`_                          >=3.6        Automated test suite\ :sup:`2`
 `zlib <http://zlib.net>`_                                   >=1.2.3.4    Compression library\ :sup:`3`
 `GNU Make <http://savannah.gnu.org/projects/make>`_         3.79, 3.79.1 Makefile/build processor\ :sup:`4`
@@ -233,9 +233,9 @@
 standards<CodingStandards>`. To enforce this language version, we check the most
 popular host toolchains for specific minimum versions in our build systems:
 
-* Clang 3.5
+* Clang 6.0
 * Apple Clang 6.0
-* GCC 5.1
+* GCC 7.4
 * Visual Studio 2017
 
 Anything older than these toolchains *may* work, but will require forcing the


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101792.342577.patch
Type: text/x-patch
Size: 1355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210503/ff8fb5ff/attachment-0001.bin>


More information about the llvm-commits mailing list