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.