Add a ReleaseNotes FIXME.

llvm-svn: 95764
This commit is contained in:
Daniel Dunbar 2010-02-10 04:09:52 +00:00
parent fc41a88897
commit 4e9161800a

View File

@ -634,6 +634,9 @@ storage have the same linkage they will have after being read in.
Clients must replace calls to Clients must replace calls to
<tt>GlobalValue::hasNotBeenReadFromBitcode</tt> with <tt>GlobalValue::hasNotBeenReadFromBitcode</tt> with
<tt>GlobalValue::isMaterializable</tt>.</li> <tt>GlobalValue::isMaterializable</tt>.</li>
<li>FIXME: Debug info has been totally redone. Add pointers to new APIs. Substantial caveats about compatibility of .ll and .bc files.</li>
</ul> </ul>
</div> </div>