From 5beb8badb1a8e528d0d64a7f46799d30dfc9f859 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 1 Jun 2004 20:02:56 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6efb3ce8595..cc2391ed6be 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -114,7 +114,8 @@ collectors. analysis algorithm.
  • Bugpoint can extract individual basic blocks to track down reduce miscompilation testcases.
  • -
  • LLVM and the C front-end now work under Win32 using the cygnus libraries. +
  • LLVM and the C front-end now work under Win32 using the +Cygwin runtime libraries. This includes the JIT compiler.