forked from OSchip/llvm-project
Add notes about PRs 38 and 290 being fixed.
llvm-svn: 13056
This commit is contained in:
parent
017f2f3405
commit
e70502328e
|
@ -102,6 +102,10 @@ In this release, the following missing features were implemented:
|
|||
<ol>
|
||||
<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
|
||||
more than 256 elements</a></li>
|
||||
<li><a href="http://llvm.cs.uiuc.edu/PR38">[bugpoint] External functions used in
|
||||
non-instruction entities, such as global constant initializer</a></li>
|
||||
<li><a href="http://llvm.cs.uiuc.edu/PR290">Bugpoint doesn't support
|
||||
uses of external fns by immediate constant exprs</a></li>
|
||||
</ol>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue