summaryrefslogtreecommitdiff
path: root/docs/GoldPlugin.html
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
commit9d813df391a5fa3f77ff7b241c48de1926d23f0c (patch)
treef3bfe4b118475b8151e0b8c163fc2369643de36b /docs/GoldPlugin.html
parent0906b1bf09769d5301e62d372b363b4cd0b5a6c7 (diff)
downloadllvm-9d813df391a5fa3f77ff7b241c48de1926d23f0c.tar.gz
llvm-9d813df391a5fa3f77ff7b241c48de1926d23f0c.tar.bz2
llvm-9d813df391a5fa3f77ff7b241c48de1926d23f0c.tar.xz
Move </pre> to column one to avoid an extra line of spaces in the example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GoldPlugin.html')
-rw-r--r--docs/GoldPlugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html
index 17a50aca6e..b5148ab331 100644
--- a/docs/GoldPlugin.html
+++ b/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>