diff options
Diffstat (limited to 'gcc/asan.h')
-rw-r--r-- | gcc/asan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/asan.h b/gcc/asan.h index d9368a8bfd1..36f2f4335ba 100644 --- a/gcc/asan.h +++ b/gcc/asan.h @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see extern void asan_finish_file (void); extern rtx asan_emit_stack_protection (rtx, HOST_WIDE_INT *, tree *, int); extern bool asan_protect_global (tree); +extern void initialize_sanitizer_builtins (void); /* Alias set for accessing the shadow memory. */ extern alias_set_type asan_shadow_set; |