[llvm] r284994 - ReleaseNotes: mention new compiler requirements
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 10:29:52 PDT 2016
Author: hans
Date: Mon Oct 24 12:29:52 2016
New Revision: 284994
URL: http://llvm.org/viewvc/llvm-project?rev=284994&view=rev
Log:
ReleaseNotes: mention new compiler requirements
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=284994&r1=284993&r2=284994&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Mon Oct 24 12:29:52 2016
@@ -45,6 +45,8 @@ Non-comprehensive list of changes in thi
were replaced with LLVM_NODISCARD, which matches the C++17 [[nodiscard]]
semantics rather than gcc's __attribute__((warn_unused_result)).
+* Minimum compiler version to build has been raised to GCC 4.8 and VS 2015.
+
* ... next change ...
.. NOTE
More information about the llvm-commits
mailing list