[asan] Hopefully un-break the RTL on Windows
llvm-svn: 189821
This commit is contained in:
parent
2828122583
commit
2eea5894fe
|
|
@ -197,7 +197,8 @@ void SetStackSizeLimitInBytes(uptr limit) {
|
||||||
}
|
}
|
||||||
|
|
||||||
char *FindPathToBinary(const char *name) {
|
char *FindPathToBinary(const char *name) {
|
||||||
UNIMPLEMENTED();
|
// Nothing here for now.
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SleepForSeconds(int seconds) {
|
void SleepForSeconds(int seconds) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue