Follow-up fix for r256988 to unbreak the Linux buildbot.

llvm-svn: 257042
This commit is contained in:
Kuba Brecka 2016-01-07 09:14:41 +00:00
parent a12d0a99b1
commit 490b7f8b6d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ namespace __sanitizer {
#if SANITIZER_LINUX
bool ShouldLogAfterPrintf() { return false; }
void LogMessageOnPrintf(const char *str) {}
#endif
void WriteToSyslog(const char *buffer) {}
void Abort() { internal__exit(1); }