summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-06-06 18:14:04 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-06-06 18:14:04 +0000
commit03f80adeab77e27d82a826d48fa3e8590566132c (patch)
treea5ddaae8a6725432d6da8d47b1bbed9c9d69c881
parente57ba2eab58d46c55c1327983f9c2c7a69e65fce (diff)
downloadbcm5719-llvm-03f80adeab77e27d82a826d48fa3e8590566132c.tar.gz
bcm5719-llvm-03f80adeab77e27d82a826d48fa3e8590566132c.zip
Move </pre> to column one to avoid an extra line of spaces in the example.
llvm-svn: 73003
-rw-r--r--llvm/docs/GoldPlugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html
index 17a50aca6e9..b5148ab3312 100644
--- a/llvm/docs/GoldPlugin.html
+++ b/llvm/docs/GoldPlugin.html
@@ -157,7 +157,7 @@ export AR="$PREFIX/bin/ar"
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 CC="llvm-gcc -use-gold-plugin"
export CXX="llvm-g++ -use-gold-plugin"
export RANLIB=/bin/true
export CFLAGS="-O4"
- </pre>
+</pre>
</li>
<li>Configure &amp; build the project as usual: <tt>./configure &amp;&amp; make &amp;&amp; make check</tt> </li>
</ul>
OpenPOWER on IntegriCloud