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 | b755d2ee78ace743923eb7389f16984d84e5d9f9 (patch) | |
tree | 7de8989eb4479ece19d9158eb0863963e5fa6110 /docs | |
parent | a424228023cb0f420e4bea6011aaa8df80e9d1c5 (diff) |
Reid has implemented llvm-ranlib. Thanks, Reid!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/OpenProjects.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index 2acb7279c2..bc574e5343 100644 --- a/docs/OpenProjects.html +++ b/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 |