aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/compiler-clang.h')
-rw-r--r--include/linux/compiler-clang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler-clang.h b/include/linux/compiler-clang.h
index b1ce500fe8b3..d11cad61ba5c 100644
--- a/include/linux/compiler-clang.h
+++ b/include/linux/compiler-clang.h
@@ -21,7 +21,7 @@
21#define __SANITIZE_ADDRESS__ 21#define __SANITIZE_ADDRESS__
22#endif 22#endif
23 23
24#define __no_sanitize_address __attribute__((no_sanitize("address"))) 24#define __no_sanitize_address __attribute__((__no_sanitize__("address")))
25 25
26/* 26/*
27 * Not all versions of clang implement the the type-generic versions 27 * Not all versions of clang implement the the type-generic versions