This is an archive of the discontinued LLVM Phabricator instance.

Add a clang release note about raising the minimum Windows version for the next major release
ClosedPublic

Authored by gbedwell on Aug 26 2015, 8:48 AM.

Details

Summary

This is a clang release note to match the LLVM release note in D12367.

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.

Diff Detail

Repository
rL LLVM

Event Timeline

gbedwell updated this revision to Diff 33208.Aug 26 2015, 8:48 AM
gbedwell retitled this revision from to Add a clang release note about raising the minimum Windows version for the next major release.
gbedwell updated this object.
gbedwell added reviewers: hans, rnk, aaron.ballman.
gbedwell added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Aug 26 2015, 8:52 AM
aaron.ballman edited edge metadata.

LGTM for the release branch!

This revision is now accepted and ready to land.Aug 26 2015, 8:52 AM
hans edited edge metadata.Aug 26 2015, 3:02 PM

Committed in r246090.

This revision was automatically updated to reflect the committed changes.
In D12368#233680, @hans wrote:

Committed in r246090.

Thanks!