summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.cc')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_rtl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
index 8fe9bf8d1b3..47b30288ecb 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
+++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
@@ -42,6 +42,8 @@ extern "C" void __tsan_resume() {
__tsan_resumed = 1;
}
+extern "C" void __sanitizer_print_memory_profile(int percent) {} // Stub.
+
namespace __tsan {
#if !defined(SANITIZER_GO) && !SANITIZER_MAC
OpenPOWER on IntegriCloud