diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-17 18:19:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-17 18:19:32 +0000 |
commit | 7c8dd7f8d3d63e470b79b395af926ab01ee717c6 (patch) | |
tree | 77f8e4d7e0641981c0423fb3da2d05ac452bdba8 /docs | |
parent | 4c4c415fca2d1bd29309dbee1df439d0aa89bde9 (diff) | |
download | external_llvm-7c8dd7f8d3d63e470b79b395af926ab01ee717c6.zip external_llvm-7c8dd7f8d3d63e470b79b395af926ab01ee717c6.tar.gz external_llvm-7c8dd7f8d3d63e470b79b395af926ab01ee717c6.tar.bz2 |
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.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d889cc2..fe8e31e 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> |