From 77170c97c89da5daad5983220c35adb2fb56a981 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 2 Jun 2016 04:01:58 +0000 Subject: [asan] fix arm build git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271474 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/sanitizer/common_interface_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sanitizer') diff --git a/include/sanitizer/common_interface_defs.h b/include/sanitizer/common_interface_defs.h index 1bf3c1c96..49360f2af 100644 --- a/include/sanitizer/common_interface_defs.h +++ b/include/sanitizer/common_interface_defs.h @@ -137,7 +137,7 @@ extern "C" { // Prints stack traces for all live heap allocations ordered by total // allocation size until `top_percent` of total live heap is shown. // `top_percent` should be between 1 and 100. - // Experimental feature currently available only with asan on Linux. + // Experimental feature currently available only with asan on Linux/x86_64. void __sanitizer_print_memory_profile(size_t top_percent); #ifdef __cplusplus } // extern "C" -- cgit v1.2.3