File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -855,14 +855,14 @@ config HAVE_CFI_ICALL_NORMALIZE_INTEGERS_CLANG
855
855
def_bool y
856
856
depends on $(cc-option,-fsanitize=kcfi -fsanitize-cfi-icall-experimental-normalize-integers)
857
857
# With GCOV/KASAN we need this fix: https://github.com/llvm/llvm-project/pull/104826
858
- depends on CLANG_VERSION >= 190000 || (!GCOV_KERNEL && !KASAN_GENERIC && !KASAN_SW_TAGS)
858
+ depends on CLANG_VERSION >= 190103 || (!GCOV_KERNEL && !KASAN_GENERIC && !KASAN_SW_TAGS)
859
859
860
860
config HAVE_CFI_ICALL_NORMALIZE_INTEGERS_RUSTC
861
861
def_bool y
862
862
depends on HAVE_CFI_ICALL_NORMALIZE_INTEGERS_CLANG
863
863
depends on RUSTC_VERSION >= 107900
864
864
# With GCOV/KASAN we need this fix: https://github.com/rust-lang/rust/pull/129373
865
- depends on (RUSTC_LLVM_VERSION >= 190000 && RUSTC_VERSION >= 108200) || \
865
+ depends on (RUSTC_LLVM_VERSION >= 190103 && RUSTC_VERSION >= 108200) || \
866
866
(!GCOV_KERNEL && !KASAN_GENERIC && !KASAN_SW_TAGS)
867
867
868
868
config CFI_PERMISSIVE
You can’t perform that action at this time.
0 commit comments