[PATCH] D29230: [compiler-rt] [asan] Add missing declaration in the internal interface.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 28 22:26:14 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293423: [asan] Add missing declaration in the internal interface (authored by mpividori).

Changed prior to commit:
  https://reviews.llvm.org/D29230?vs=86102&id=86198#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29230

Files:
  compiler-rt/trunk/lib/asan/asan_interface_internal.h


Index: compiler-rt/trunk/lib/asan/asan_interface_internal.h
===================================================================
--- compiler-rt/trunk/lib/asan/asan_interface_internal.h
+++ compiler-rt/trunk/lib/asan/asan_interface_internal.h
@@ -242,6 +242,9 @@
   void __asan_alloca_poison(uptr addr, uptr size);
   SANITIZER_INTERFACE_ATTRIBUTE
   void __asan_allocas_unpoison(uptr top, uptr bottom);
+
+  SANITIZER_INTERFACE_ATTRIBUTE SANITIZER_WEAK_ATTRIBUTE
+  const char* __asan_default_suppressions();
 }  // extern "C"
 
 #endif  // ASAN_INTERFACE_INTERNAL_H


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29230.86198.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170129/5d872b5a/attachment.bin>


More information about the llvm-commits mailing list