diff options
author | Kostya Serebryany <kcc@google.com> | 2017-03-15 23:27:14 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-03-15 23:27:14 +0000 |
commit | 82a41dd6c4e5d9347c2d4e957be8fa0811984f3c (patch) | |
tree | 159382e0f35949fa876cd105598c82345813d56d /compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc | |
parent | 7dc01c96ae5cf5b6ba4561ca76367302459f9a2d (diff) | |
download | bcm5719-llvm-82a41dd6c4e5d9347c2d4e957be8fa0811984f3c.tar.gz bcm5719-llvm-82a41dd6c4e5d9347c2d4e957be8fa0811984f3c.zip |
[asan] add one more argument to __sanitizer_print_memory_profile, remove a redundant weak definition.
llvm-svn: 297914
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc')
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc b/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc index 4f0e940a131..550427c906a 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc @@ -34,6 +34,6 @@ INTERFACE_FUNCTION(__sanitizer_get_heap_size) INTERFACE_FUNCTION(__sanitizer_get_ownership) INTERFACE_FUNCTION(__sanitizer_get_unmapped_bytes) INTERFACE_FUNCTION(__sanitizer_install_malloc_and_free_hooks) +INTERFACE_FUNCTION(__sanitizer_print_memory_profile) INTERFACE_WEAK_FUNCTION(__sanitizer_free_hook) INTERFACE_WEAK_FUNCTION(__sanitizer_malloc_hook) -INTERFACE_WEAK_FUNCTION(__sanitizer_print_memory_profile) |