File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
855855 def_bool y
856856 depends on $(cc-option,-fsanitize=kcfi -fsanitize-cfi-icall-experimental-normalize-integers)
857857 # 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)
859859
860860config HAVE_CFI_ICALL_NORMALIZE_INTEGERS_RUSTC
861861 def_bool y
862862 depends on HAVE_CFI_ICALL_NORMALIZE_INTEGERS_CLANG
863863 depends on RUSTC_VERSION >= 107900
864864 # 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) || \
866866 (!GCOV_KERNEL && !KASAN_GENERIC && !KASAN_SW_TAGS)
867867
868868config CFI_PERMISSIVE
You can’t perform that action at this time.
0 commit comments