summaryrefslogtreecommitdiff
path: root/docs/GoldPlugin.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-13 02:03:40 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-13 02:03:40 +0000
commitef5facd90de2e6c91a8630b8982e80c709656872 (patch)
tree26253558a8afd11887149e7a9e03682106d43d7e /docs/GoldPlugin.html
parentb7253150abd05d0a8bbc477b7045ed219ddba9e2 (diff)
downloadllvm-ef5facd90de2e6c91a8630b8982e80c709656872.tar.gz
llvm-ef5facd90de2e6c91a8630b8982e80c709656872.tar.bz2
llvm-ef5facd90de2e6c91a8630b8982e80c709656872.tar.xz
Add paragraph tags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68934 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 a16b1101ad..ee014101bc 100644
--- a/docs/GoldPlugin.html
+++ b/docs/GoldPlugin.html
@@ -139,10 +139,10 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # &lt;-- link with LLVMgold plugin
<div class="doc_section"><a name="licensing">Licensing</a></div>
<!--=========================================================================-->
<div class="doc_text">
-Gold is licensed under the GPLv3. LLVMgold uses the interface file
+ <p>Gold is licensed under the GPLv3. LLVMgold uses the interface file
<tt>plugin-api.h</tt> from gold which means that the resulting LLVMgold.so
binary is also GPLv3. This can still be used to link non-GPLv3 programs just
-as much as gold could without the plugin.
+as much as gold could without the plugin.</p>
</div>
<!-- *********************************************************************** -->