Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs does this automatically).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2008-10-13 02:08:34 +00:00
parent 44d2a983b7
commit ea65d7d2a2

View File

@ -350,7 +350,6 @@ faster:</p>
</div>
<!--=========================================================================-->
<div class="doc_subsection">
<a name="otherimprovements">Other Improvements</a>
@ -361,6 +360,9 @@ faster:</p>
</p>
<ul>
<li><tt>llvmc2</tt>(the generic compiler driver) gained plugin
support. It is now easier to experiment with <tt>llvmc2</tt> and
build your own tools based on it. </li>
<li>raw_ostream + formatting</li>
<li>Recycler + pool allocation stuff?</li>
<li>...</li>