[PATCH] D12367: Add a release note about raising the minimum Windows version for the next major release
Greg Bedwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 08:24:45 PDT 2015
gbedwell created this revision.
gbedwell added reviewers: hans, aaron.ballman, rnk.
gbedwell added a subscriber: llvm-commits.
As we're planning on raising the minimum Windows version to Windows 7 for LLVM 3.8 as per this discussion (there have been no objections I'm aware of so far even after advertising the discussion in LLVM weekly):
http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-July/087993.html
I'd like to add a release note to mention this fact. I've put it under the list of changes in this release although it's actually a notification of a future change. I wasn't sure whether to create a new section or not. I guess we'll need a matching Clang release note too so I'll look at that now.
http://reviews.llvm.org/D12367
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -96,6 +96,10 @@
target, but implementing full ``Function`` based ``TargetSubtargetInfo``
support is recommended.
+* This is expected to be the last major release of LLVM that supports being
+ run on Windows XP and Windows Vista. For the next major release the minimum
+ Windows version requirement will be Windows 7.
+
Changes to the MIPS Target
--------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12367.33204.patch
Type: text/x-patch
Size: 540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150826/5f7093ee/attachment.bin>
More information about the llvm-commits
mailing list