[llvm-commits] [llvm] r96143 - /llvm/trunk/docs/ReleaseNotes.html

Daniel Dunbar daniel at zuster.org
Sat Feb 13 17:47:19 PST 2010


Author: ddunbar
Date: Sat Feb 13 19:47:19 2010
New Revision: 96143

URL: http://llvm.org/viewvc/llvm-project?rev=96143&view=rev
Log:
2.7: Note that DataTypes.h moved.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=96143&r1=96142&r2=96143&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sat Feb 13 19:47:19 2010
@@ -641,6 +641,9 @@
 
 <li>FIXME: Debug info has been totally redone. Add pointers to new APIs. Substantial caveats about compatibility of .ll and .bc files.</li>
 
+<li>The <tt>llvm/Support/DataTypes.h</tt> header has moved
+to <tt>llvm/System/DataTypes.h</tt>.</li>
+
 </ul>
 
 </div>





More information about the llvm-commits mailing list