tsan: fix build

llvm-svn: 177395
This commit is contained in:
Dmitry Vyukov 2013-03-19 13:34:12 +00:00
parent 4ecfa696e0
commit 082afc8346
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ class InternalSymbolizer {
char *SendCommand(bool is_data, const char *module_name, uptr module_offset) {
return 0;
}
void Flush() {
}
};
#endif // SANITIZER_SUPPORTS_WEAK_HOOKS