diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-22 22:09:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-22 22:09:58 +0000 |
commit | e55cb54a909c2cf2290c5ee317fc10cfb89e45bf (patch) | |
tree | 6964d9352c32f461fdbc16588ec47b4900a1230b /docs/ReleaseNotes.html | |
parent | 166f2269f5e5e54f8b5df705e7653929374d1893 (diff) | |
download | external_llvm-e55cb54a909c2cf2290c5ee317fc10cfb89e45bf.zip external_llvm-e55cb54a909c2cf2290c5ee317fc10cfb89e45bf.tar.gz external_llvm-e55cb54a909c2cf2290c5ee317fc10cfb89e45bf.tar.bz2 |
Add a note about the JIT changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e1ce82a..06d2bd9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -111,6 +111,8 @@ benchmarks, and <b>many</b> other C and C++ programs.</p> <li>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.</li> + <li>The target-to-JIT interfaces <a href="http://llvm.cs.uiuc.edu/PR283">are + now much simpler</a> and more powerful.</li> </ol> </div> |