summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-10 04:09:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-10 04:09:52 +0000
commit4acdede43e45c9b5ec4f4d66c934f8e8b2b57cf4 (patch)
tree49806b29fd5f5594fb8da34348d0a43eade02a43 /docs
parent0f08a276178bf9557f708ec446386cefb5291634 (diff)
downloadllvm-4acdede43e45c9b5ec4f4d66c934f8e8b2b57cf4.tar.gz
llvm-4acdede43e45c9b5ec4f4d66c934f8e8b2b57cf4.tar.bz2
llvm-4acdede43e45c9b5ec4f4d66c934f8e8b2b57cf4.tar.xz
Add a ReleaseNotes FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 2a096b44ae..3736c96c9e 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -634,6 +634,9 @@ storage have the same linkage they will have after being read in.
Clients must replace calls to
<tt>GlobalValue::hasNotBeenReadFromBitcode</tt> with
<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>
</div>