From ef5facd90de2e6c91a8630b8982e80c709656872 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 13 Apr 2009 02:03:40 +0000 Subject: Add paragraph tags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68934 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GoldPlugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/GoldPlugin.html') diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index a16b110..ee01410 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -139,10 +139,10 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # <-- link with LLVMgold plugin
Licensing
-Gold is licensed under the GPLv3. LLVMgold uses the interface file +

Gold is licensed under the GPLv3. LLVMgold uses the interface file plugin-api.h 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.

-- cgit v1.1