[compiler-rt] r196303 - [asan] Fix build error.
Sergey Matveev
earthdok at google.com
Tue Dec 3 10:44:50 PST 2013
Author: smatveev
Date: Tue Dec 3 12:44:50 2013
New Revision: 196303
URL: http://llvm.org/viewvc/llvm-project?rev=196303&view=rev
Log:
[asan] Fix build error.
Modified:
compiler-rt/trunk/lib/asan/asan_stack.cc
Modified: compiler-rt/trunk/lib/asan/asan_stack.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_stack.cc?rev=196303&r1=196302&r2=196303&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_stack.cc (original)
+++ compiler-rt/trunk/lib/asan/asan_stack.cc Tue Dec 3 12:44:50 2013
@@ -46,7 +46,6 @@ bool __asan_symbolize(const void *pc, ch
}
#endif
-SANITIZER_INTERFACE_ATTRIBUTE
extern "C" void __sanitizer_print_stack_trace() {
using namespace __asan;
PRINT_CURRENT_STACK();
More information about the llvm-commits
mailing list