mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[asan] Fix build error.
llvm-svn: 196303
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user