summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-17 18:19:32 +0000
committerChris Lattner <sabre@nondot.org>2004-11-17 18:19:32 +0000
commit7c8dd7f8d3d63e470b79b395af926ab01ee717c6 (patch)
tree77f8e4d7e0641981c0423fb3da2d05ac452bdba8 /docs
parent4c4c415fca2d1bd29309dbee1df439d0aa89bde9 (diff)
downloadllvm-7c8dd7f8d3d63e470b79b395af926ab01ee717c6.tar.gz
llvm-7c8dd7f8d3d63e470b79b395af926ab01ee717c6.tar.bz2
llvm-7c8dd7f8d3d63e470b79b395af926ab01ee717c6.tar.xz
Make this more accurate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d889cc24e2..fe8e31ec2a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -97,7 +97,9 @@ benchmarks, and <b>many</b> other C and C++ programs.</p>
program.</li>
<li>The LLVM makefiles have been improved to build LLVM much faster and
includes new targets (like make dist-check).</li>
- <li>The LLVM source code is now compatible with Microsoft Visual C++.</li>
+ <li>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.</li>
</ol>
</div>