diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -173,7 +173,7 @@
Package Version Notes
=========================================================== ============ ==========================================
`CMake `__ >=3.13.4 Makefile/workspace generator
-`GCC `_ >=5.1.0 C/C++ compiler\ :sup:`1`
+`GCC `_ >=7.4 C/C++ compiler\ :sup:`1`
`python `_ >=3.6 Automated test suite\ :sup:`2`
`zlib `_ >=1.2.3.4 Compression library\ :sup:`3`
`GNU Make `_ 3.79, 3.79.1 Makefile/build processor\ :sup:`4`
@@ -233,9 +233,9 @@
standards`. 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