diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-06-06 18:14:04 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-06-06 18:14:04 +0000 |
commit | 03f80adeab77e27d82a826d48fa3e8590566132c (patch) | |
tree | a5ddaae8a6725432d6da8d47b1bbed9c9d69c881 | |
parent | e57ba2eab58d46c55c1327983f9c2c7a69e65fce (diff) | |
download | bcm5719-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.html | 4 |
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 & build the project as usual: <tt>./configure && make && make check</tt> </li> </ul> |