This is an archive of the discontinued LLVM Phabricator instance.

Mention invariant.group in ReleaseNotes
ClosedPublic

Authored by Prazek on Jan 12 2017, 4:51 AM.

Details

Reviewers
hans

Event Timeline

Prazek updated this revision to Diff 84107.Jan 12 2017, 4:51 AM
Prazek retitled this revision from to Mention invariant.group in ReleaseNotes.
Prazek updated this object.
Prazek added a reviewer: hans.
Prazek added a subscriber: llvm-commits.
hans accepted this revision.Jan 12 2017, 9:56 AM
hans edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jan 12 2017, 9:56 AM

Where should I commit it? Are there any ReleaseNotes-4.0 in repo?

hans added a comment.Jan 12 2017, 3:48 PM

Where should I commit it? Are there any ReleaseNotes-4.0 in repo?

Sorry, bad timing.

They are in the release_40 branch. Something like this should do it:

svn checkout https://llvm.org/svn/llvm-project/llvm/branches/release_40/docs llvm_40_docs
cd llvm_40_docs
(edit ReleaseNotes.rst)
svn commit

Oh right, I will try it tomorrow. I hope there will be no problems with git-svn

Prazek closed this revision.Jan 14 2017, 2:16 AM

Commited to 4.0 branch