We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018f5e3 commit a8b6900Copy full SHA for a8b6900
lld/CMakeLists.txt
@@ -177,7 +177,7 @@ if (LLD_DEFAULT_LD_LLD_IS_MINGW)
177
add_definitions("-DLLD_DEFAULT_LD_LLD_IS_MINGW=1")
178
endif()
179
180
-option(LLD_LINK_GPL3 "Allow LLD to link to GPLv3-licensed files")
+option(LLD_LINK_GPL3 "Allow LLD to link to GPLv3-licensed plugins, e.g. liblto_plugin.so")
181
option(LLD_ENABLE_GNU_LTO "Enable support for GNU LTO plugin")
182
if(!LLD_LINK_GPL3)
183
# Support for GNU LTO require linking to liblto_plugin.so from GCC which is
0 commit comments