Skip to content

Commit a8b6900

Browse files
committed
Improve the description of LLD_LINK_GPL3
Specify liblto_plugin.so and try to distinguish from the usual linking that happens when linking to libstdc++ or libgcc_s.
1 parent 018f5e3 commit a8b6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ if (LLD_DEFAULT_LD_LLD_IS_MINGW)
177177
add_definitions("-DLLD_DEFAULT_LD_LLD_IS_MINGW=1")
178178
endif()
179179

180-
option(LLD_LINK_GPL3 "Allow LLD to link to GPLv3-licensed files")
180+
option(LLD_LINK_GPL3 "Allow LLD to link to GPLv3-licensed plugins, e.g. liblto_plugin.so")
181181
option(LLD_ENABLE_GNU_LTO "Enable support for GNU LTO plugin")
182182
if(!LLD_LINK_GPL3)
183183
# Support for GNU LTO require linking to liblto_plugin.so from GCC which is

0 commit comments

Comments
 (0)