[PATCH] D25623: [docs] Update some obsolete information in BitCodeFormat docs.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 09:00:53 PDT 2016


mehdi_amini accepted this revision.
mehdi_amini added a reviewer: mehdi_amini.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

This a very nice contribution, thanks a lot for this!

See two nits inline, otherwise LGTM.



================
Comment at: docs/BitCodeFormat.rst:898
+  earlier. It is guaranteed to be understood by any LLVM 3.x version, but
+  support for it may be removed with the release of LLVM 4.0.
+
----------------
Support will be preserved in 4.0 (and likely 5.0 and future, until we decide explicitly otherwise). See: http://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility


================
Comment at: docs/BitCodeFormat.rst:1142
+  earlier. It is guaranteed to be understood by any LLVM 3.x version, but
+  support for it may be removed with the release of LLVM 4.0.
 
----------------
(Same remark)


https://reviews.llvm.org/D25623





More information about the llvm-commits mailing list