[compiler-rt] r281668 - [sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally

Anna Zaks via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 15:18:36 PDT 2016


Author: zaks
Date: Thu Sep 15 17:18:36 2016
New Revision: 281668

URL: http://llvm.org/viewvc/llvm-project?rev=281668&view=rev
Log:
[sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally

This got committed by mistake. Should fix some bots.

Modified:
    compiler-rt/trunk/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc

Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc?rev=281668&r1=281667&r2=281668&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc Thu Sep 15 17:18:36 2016
@@ -85,6 +85,7 @@ void BufferedStackTrace::Unwind(u32 max_
 }  // namespace __sanitizer
 
 extern "C" {
+SANITIZER_INTERFACE_ATTRIBUTE
 void __sanitizer_symbolize_pc(__sanitizer::uptr pc,
                               const char *fmt, char *out_buf,
                               __sanitizer::uptr out_buf_size) {




More information about the llvm-commits mailing list