diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-06-22 04:24:55 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-06-22 04:24:55 +0000 |
commit | 8ed32be935e1b5b5e16c690c5147eda637bdc6e9 (patch) | |
tree | 47428df130e6ec90fb5da18a5ef12ec0ff433cea /llvm/docs/OpenProjects.html | |
parent | ce33a1bea000ad669146b9d594348439c0224a45 (diff) | |
download | bcm5719-llvm-8ed32be935e1b5b5e16c690c5147eda637bdc6e9.tar.gz bcm5719-llvm-8ed32be935e1b5b5e16c690c5147eda637bdc6e9.zip |
Fixed broken links.
llvm-svn: 14313
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index 3a5eb10ef63..ec29cbe4a9d 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/docs/OpenProjects.html @@ -105,8 +105,8 @@ work. <div class="doc_text"> <p>It would be very useful to <a -href="http://www.gnu.org/software/libc/porting.html">port</a> <a -href="http://www.gnu.org/software/glibc/">glibc</a> to LLVM. This would allow a +href="http://www.gnu.org/software/libc/manual/html_node/Porting.html">port</a> <a +href="http://www.gnu.org/software/libc/">glibc</a> to LLVM. This would allow a variety of interprocedural algorithms to be much more effective in the face of library calls. The most important pieces to port are things like the string library and the <tt>stdio</tt> related functions... low-level system calls like |