forked from OSchip/llvm-project
[sanitizer] Fixup 2: Do not introduce __sanitizer namespace globally
This got committed by mistake. Should fix some bots. llvm-svn: 281668
This commit is contained in:
parent
0984517021
commit
de3fb6f0b4
|
@ -85,6 +85,7 @@ void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context,
|
|||
} // 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) {
|
||||
|
|
Loading…
Reference in New Issue