[llvm-commits] [llvm] r73003 - /llvm/trunk/docs/GoldPlugin.html
Nick Lewycky
nicholas at mxc.ca
Sat Jun 6 11:14:05 PDT 2009
Author: nicholas
Date: Sat Jun 6 13:14:04 2009
New Revision: 73003
URL: http://llvm.org/viewvc/llvm-project?rev=73003&view=rev
Log:
Move </pre> to column one to avoid an extra line of spaces in the example.
Modified:
llvm/trunk/docs/GoldPlugin.html
Modified: llvm/trunk/docs/GoldPlugin.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GoldPlugin.html?rev=73003&r1=73002&r2=73003&view=diff
==============================================================================
--- llvm/trunk/docs/GoldPlugin.html (original)
+++ llvm/trunk/docs/GoldPlugin.html Sat Jun 6 13:14:04 2009
@@ -157,7 +157,7 @@
export NM="$PREFIX/bin/nm"
export RANLIB=/bin/true #ranlib is not needed, and doesn't support .bc files in .a
export CFLAGS="-O4"
- </pre>
+</pre>
</li>
<li>Or you can just set your path:
<pre class="doc_code">
@@ -166,7 +166,7 @@
export CXX="llvm-g++ -use-gold-plugin"
export RANLIB=/bin/true
export CFLAGS="-O4"
- </pre>
+</pre>
</li>
<li>Configure & build the project as usual: <tt>./configure && make && make check</tt> </li>
</ul>
More information about the llvm-commits
mailing list