From: Chris Lattner
Date: Mon, 22 Nov 2004 22:09:58 +0000 (+0000)
Subject: Add a note about the JIT changes.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e55cb54a909c2cf2290c5ee317fc10cfb89e45bf;p=oota-llvm.git
Add a note about the JIT changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18133 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e1ce82a9d9d..06d2bd93ce3 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -111,6 +111,8 @@ benchmarks, and many other C and C++ programs.
llvmgcc and llvmg++ now emit source line number information when '-g' is
passed in. This information can be used with llvm-db or other tools and
passes.
+ The target-to-JIT interfaces are
+ now much simpler and more powerful.