[asan] Hopefully un-break the RTL on Windows

llvm-svn: 189821
This commit is contained in:
Timur Iskhodzhanov 2013-09-03 15:50:13 +00:00
parent 2828122583
commit 2eea5894fe
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ void SetStackSizeLimitInBytes(uptr limit) {
}
char *FindPathToBinary(const char *name) {
UNIMPLEMENTED();
// Nothing here for now.
return 0;
}
void SleepForSeconds(int seconds) {