From 5e0774631a1e744387e9e21d09700a563a2460f5 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Fri, 24 Apr 2015 19:45:46 +0000 Subject: [PATCH] [LSan] Add function attribute forgotten in r235728. llvm-svn: 235761 --- compiler-rt/lib/lsan/lsan_common.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/lsan/lsan_common.cc b/compiler-rt/lib/lsan/lsan_common.cc index a158c8fdafba..0ffba505cc70 100644 --- a/compiler-rt/lib/lsan/lsan_common.cc +++ b/compiler-rt/lib/lsan/lsan_common.cc @@ -702,6 +702,7 @@ void __lsan_do_leak_check() { #endif // CAN_SANITIZE_LEAKS } +SANITIZER_INTERFACE_ATTRIBUTE int __lsan_do_recoverable_leak_check() { #if CAN_SANITIZE_LEAKS if (common_flags()->detect_leaks)