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 0a7b0ac commit 77fcc34Copy full SHA for 77fcc34
lib/Kconfig.ubsan
@@ -119,6 +119,8 @@ config UBSAN_SIGNED_WRAP
119
bool "Perform checking for signed arithmetic wrap-around"
120
default UBSAN
121
depends on !COMPILE_TEST
122
+ # The no_sanitize attribute was introduced in GCC with version 8.
123
+ depends on !CC_IS_GCC || GCC_VERSION >= 80000
124
depends on $(cc-option,-fsanitize=signed-integer-overflow)
125
help
126
This option enables -fsanitize=signed-integer-overflow which checks
0 commit comments