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 bf95734 commit 0111cb7Copy full SHA for 0111cb7
arch/sim/Kconfig
@@ -70,15 +70,15 @@ config SIM_CYGWIN_DECORATED
70
config SIM_ASAN
71
bool "Address Sanitizer"
72
default n
73
- depends on MM_CUSTOMIZE_MANAGER && FRAME_POINTER
+ depends on !MM_KASAN && MM_CUSTOMIZE_MANAGER && FRAME_POINTER
74
---help---
75
AddressSanitizer (ASan) is a fast compiler-based tool for detecting memory
76
bugs in native code.
77
78
config SIM_UBSAN
79
bool "Undefined Behaviour Sanitizer"
80
81
- depends on FRAME_POINTER
+ depends on !MM_UBSAN && FRAME_POINTER
82
83
Compile-time instrumentation is used to detect various undefined behaviours
84
at runtime.
0 commit comments