diff options
| author | Sergey Matveev <earthdok@google.com> | 2013-12-03 18:44:50 +0000 |
|---|---|---|
| committer | Sergey Matveev <earthdok@google.com> | 2013-12-03 18:44:50 +0000 |
| commit | 12d2143dbc4df03371143df404320660e7947f89 (patch) | |
| tree | 981774607bcc0fd31eece008f7b8c90731e39c86 /compiler-rt/lib/asan/asan_stack.cc | |
| parent | d8fb4d8f91dcfcf5fa59c09a2484e6498694e89d (diff) | |
| download | bcm5719-llvm-12d2143dbc4df03371143df404320660e7947f89.tar.gz bcm5719-llvm-12d2143dbc4df03371143df404320660e7947f89.zip | |
[asan] Fix build error.
llvm-svn: 196303
Diffstat (limited to 'compiler-rt/lib/asan/asan_stack.cc')
| -rw-r--r-- | compiler-rt/lib/asan/asan_stack.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_stack.cc b/compiler-rt/lib/asan/asan_stack.cc index f5fba4b2d6b..56fd560d4f6 100644 --- a/compiler-rt/lib/asan/asan_stack.cc +++ b/compiler-rt/lib/asan/asan_stack.cc @@ -46,7 +46,6 @@ bool __asan_symbolize(const void *pc, char *out_buffer, int out_size) { } #endif -SANITIZER_INTERFACE_ATTRIBUTE extern "C" void __sanitizer_print_stack_trace() { using namespace __asan; PRINT_CURRENT_STACK(); |

