1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add a note about the JIT changes.

llvm-svn: 18133
This commit is contained in:
Chris Lattner 2004-11-22 22:09:58 +00:00
parent 76705f0c6b
commit af61ffabb8

View File

@ -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>