Revert "FROMLIST: cfi: fix conditions in HAVE_CFI_ICALL_NORMALIZE_INTEGERS"
This reverts commit 022a49a614.
We ended up using a different solution for this upstream.
Change-Id: Ie1738f3c65f7a9e6e25063a3b7dc87bb0d5dc9ce
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
This commit is contained in:
committed by
Matthias Männich
parent
c783e8acd1
commit
3b036607a8
+2
-3
@@ -852,9 +852,8 @@ config CFI_ICALL_NORMALIZE_INTEGERS
|
||||
This option is necessary for using CFI with Rust. If unsure, say N.
|
||||
|
||||
config HAVE_CFI_ICALL_NORMALIZE_INTEGERS
|
||||
bool "Are normalized CFI tags for integers available?"
|
||||
default !GCOV_KERNEL && !KASAN_GENERIC && !KASAN_SW_TAGS
|
||||
depends on EXPERT || (!GCOV_KERNEL && !KASAN_GENERIC && !KASAN_SW_TAGS)
|
||||
def_bool !GCOV_KERNEL && !KASAN
|
||||
depends on CFI_CLANG
|
||||
depends on $(cc-option,-fsanitize=kcfi -fsanitize-cfi-icall-experimental-normalize-integers)
|
||||
help
|
||||
Is CFI_ICALL_NORMALIZE_INTEGERS supported with the set of compilers
|
||||
|
||||
Reference in New Issue
Block a user