summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-06-01 20:02:56 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-06-01 20:02:56 +0000
commit5beb8badb1a8e528d0d64a7f46799d30dfc9f859 (patch)
tree1ccd22f279b2cc1a3cdafbf3134bdb27b241b035
parent9aa9b09aca6b8be2a5e214f2a573e2f4de066873 (diff)
downloadllvm-5beb8badb1a8e528d0d64a7f46799d30dfc9f859.tar.gz
llvm-5beb8badb1a8e528d0d64a7f46799d30dfc9f859.tar.bz2
llvm-5beb8badb1a8e528d0d64a7f46799d30dfc9f859.tar.xz
Call Cygwin by its proper name, and give it a link. :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13929 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 6efb3ce859..cc2391ed6b 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -114,7 +114,8 @@ collectors.</li>
analysis algorithm.</li>
<li>Bugpoint can <a href="http://llvm.cs.uiuc.edu/PR327">extract individual
basic blocks</a> to track down reduce miscompilation testcases.</li>
-<li>LLVM and the C front-end now work under Win32 using the cygnus libraries.
+<li>LLVM and the C front-end now work under Win32 using the
+<a href="http://www.cygwin.com">Cygwin</a> runtime libraries.
This includes the JIT compiler.</li>
</ol>