diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-01 21:07:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-01 21:07:40 +0000 |
commit | 3ae96e37278847aa399d084dbdffb3906008a4f9 (patch) | |
tree | 15d64d6f95432e09cd201d143ff69edfdbba6081 | |
parent | d0bb8bebc8710766ea8158e3ba8bb56c818ff791 (diff) | |
download | bcm5719-llvm-3ae96e37278847aa399d084dbdffb3906008a4f9.tar.gz bcm5719-llvm-3ae96e37278847aa399d084dbdffb3906008a4f9.zip |
Reid has implemented llvm-ranlib. Thanks, Reid!
llvm-svn: 18410
-rw-r--r-- | llvm/docs/OpenProjects.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index 2acb7279c21..bc574e53434 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -183,11 +183,6 @@ all the back-ends: CBE, llc, and lli.</p> <div class="doc_text"> <ol> -<li>Someone needs to look into getting the <tt>ranlib</tt> tool to index LLVM - bytecode files, so that linking in .a files is not hideously slow. They - would also then have to implement the reader for this index in - <tt>gccld</tt>.</li> - <li>Rework the PassManager to be more flexible</li> <li>Some transformations and analyses only work on reducible flow graphs. It |