Loading include/linux/compiler-clang.h +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ */ #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) #undef __no_sanitize_address #define __no_sanitize_address __attribute__((no_sanitize("address"))) /* Clang doesn't have a way to turn it off per-function, yet. */ #ifdef __noretpoline #undef __noretpoline Loading Loading
include/linux/compiler-clang.h +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ */ #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) #undef __no_sanitize_address #define __no_sanitize_address __attribute__((no_sanitize("address"))) /* Clang doesn't have a way to turn it off per-function, yet. */ #ifdef __noretpoline #undef __noretpoline Loading