[llvm] r271742 - Add a FIXME note in the release notes about documenting ThinLTO

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 14:45:34 PDT 2016


Author: mehdi_amini
Date: Fri Jun  3 16:45:34 2016
New Revision: 271742

URL: http://llvm.org/viewvc/llvm-project?rev=271742&view=rev
Log:
Add a FIXME note in the release notes about documenting ThinLTO

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=271742&r1=271741&r2=271742&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Jun  3 16:45:34 2016
@@ -65,6 +65,9 @@ Non-comprehensive list of changes in thi
   need to be updated to replace the argument node and remove any dead nodes in
   cases where they currently return an ``SDNode *`` from this interface.
 
+* Introduction of ThinLTO: [FIXME: needs to be documented more extensively in
+  /docs/ ; ping Mehdi/Teresa before the release if not done]
+
 .. NOTE
    For small 1-3 sentence descriptions, just add an entry at the end of
    this list. If your description won't fit comfortably in one bullet




More information about the llvm-commits mailing list