summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-03-06 23:43:34 +0000
committerHans Wennborg <hans@hanshq.net>2017-03-06 23:43:34 +0000
commit4062393e4c4343ac45bb777dcfbbcc0cfd42e6e3 (patch)
tree2159553d8f1e8756f3ef5688fa580d591d467761
parent0075f7d9e182077d394869866359f44a4ef5fbe0 (diff)
downloadllvm-4062393e4c4343ac45bb777dcfbbcc0cfd42e6e3.tar.gz
ReleaseNotes: reformulate compiler version change text
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@297097 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 700d00bb697b..8bd8763b3aa4 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -30,7 +30,8 @@ from now, will be version 5.0.0.
Non-comprehensive list of changes in this release
=================================================
-* Minimum compiler version to build has been raised to GCC 4.8 and VS 2015.
+* The minimum compiler version required for building LLVM has been raised to
+ 4.8 for GCC and 2017 for Visual Studio.
* The C API functions ``LLVMAddFunctionAttr``, ``LLVMGetFunctionAttr``,
``LLVMRemoveFunctionAttr``, ``LLVMAddAttribute``, ``LLVMRemoveAttribute``,