summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2012-03-21 09:33:05 +0000
committerAlexander Potapenko <glider@google.com>2012-03-21 09:33:05 +0000
commit1159250518c62bbbeaa7d7717acc2b0ed30d590d (patch)
tree642381873461b07e84ffd0e9da2e0346b1deceff
parentb766e2490de7b5b2f05b11e3e059f946bba324f0 (diff)
downloadbcm5719-llvm-1159250518c62bbbeaa7d7717acc2b0ed30d590d.tar.gz
bcm5719-llvm-1159250518c62bbbeaa7d7717acc2b0ed30d590d.zip
s/Printf/Report for libc interceptors (need this to debug the potential double interception)
llvm-svn: 153175
-rw-r--r--compiler-rt/lib/asan/asan_interceptors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_interceptors.cc b/compiler-rt/lib/asan/asan_interceptors.cc
index 3cfb8fc9f25..93056bfa9e3 100644
--- a/compiler-rt/lib/asan/asan_interceptors.cc
+++ b/compiler-rt/lib/asan/asan_interceptors.cc
@@ -731,7 +731,7 @@ void InitializeAsanInterceptors() {
#endif
if (FLAG_v > 0) {
- Printf("AddressSanitizer: libc interceptors initialized\n");
+ Report("AddressSanitizer: libc interceptors initialized\n");
}
}
OpenPOWER on IntegriCloud