this is a release note worthy change.

llvm-svn: 112907
This commit is contained in:
Chris Lattner 2010-09-02 23:22:50 +00:00
parent 7f2f0930a7
commit fc561bad88
1 changed files with 2 additions and 0 deletions

View File

@ -494,6 +494,8 @@ on LLVM 2.7, this section lists some "gotchas" that you may run into upgrading
from the previous release.</p>
<ul>
<li>.ll file doesn't produce #uses comments anymore, to get them, run a .bc file
through "llvm-dis --show-annotations".</li>
<li>MSIL Backend removed.</li>
<li>ABCD and SSI passes removed.</li>
<li>'Union' LLVM IR feature removed.</li>