From: Chris Lattner
Date: Wed, 17 Nov 2004 18:19:32 +0000 (+0000)
Subject: Make this more accurate
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7c8dd7f8d3d63e470b79b395af926ab01ee717c6;p=oota-llvm.git
Make this more accurate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17916 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d889cc24e2f..fe8e31ec2ad 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -97,7 +97,9 @@ benchmarks, and many other C and C++ programs.
program.
The LLVM makefiles have been improved to build LLVM much faster and
includes new targets (like make dist-check).
- The LLVM source code is now compatible with Microsoft Visual C++.
+ The LLVM source code is much more compatible with Microsoft Visual C++,
+ including the JIT and runtime-code generation, though the entire system
+ may not work with it.