]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gcc-plugins: remove SANCOV gcc plugin
authorArnd Bergmann <arnd@arndb.de>
Mon, 7 Apr 2025 15:10:52 +0000 (17:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 30 Apr 2025 19:57:09 +0000 (21:57 +0200)
commit852faf805539484968aa8cc93866008b7a6d0d52
treec6b992d2f63220326fde6217da46b01ba6a1b63f
parent8530ea3c9b9747faba46ed3a59ad103b894f1189
gcc-plugins: remove SANCOV gcc plugin

With the minimum gcc version raised to 8.1, all supported compilers
now understand the -fsanitize-coverage=trace-pc option, and there
is no longer a need for the separate compiler plugin.

Since only gcc-5 was able to use the plugin for several year now,
it was already likely unused.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
lib/Kconfig.debug
scripts/Makefile.gcc-plugins
scripts/Makefile.kcov
scripts/gcc-plugins/Kconfig
scripts/gcc-plugins/sancov_plugin.c [deleted file]