diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-04-13 02:03:40 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-04-13 02:03:40 +0000 |
| commit | 04adcf153d62cee82c9b338f21525c1e09fb25c2 (patch) | |
| tree | 858c97bb56795fbcf63cd7f5fe43dea4069bc5bb | |
| parent | 0af3ba17486de80987f8f22f5d418cef781a471c (diff) | |
| download | bcm5719-llvm-04adcf153d62cee82c9b338f21525c1e09fb25c2.tar.gz bcm5719-llvm-04adcf153d62cee82c9b338f21525c1e09fb25c2.zip | |
Add paragraph tags.
llvm-svn: 68934
| -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 a16b1101ad1..ee014101bc2 100644 --- a/llvm/docs/GoldPlugin.html +++ b/llvm/docs/GoldPlugin.html @@ -139,10 +139,10 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # <-- 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> <!-- *********************************************************************** --> |

