diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index a16b1101ad1..ee014101bc2 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
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.