ReleaseNotes: mention new compiler requirements
authorHans Wennborg <hans@hanshq.net>
Mon, 24 Oct 2016 17:29:52 +0000 (17:29 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 24 Oct 2016 17:29:52 +0000 (17:29 +0000)
llvm-svn: 284994

llvm/docs/ReleaseNotes.rst

index b6dfc3d..d740849 100644 (file)
@@ -45,6 +45,8 @@ Non-comprehensive list of changes in this release
   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