[compiler-rt] r189821 - [asan] Hopefully un-break the RTL on Windows
Timur Iskhodzhanov
timurrrr at google.com
Tue Sep 3 08:50:13 PDT 2013
Author: timurrrr
Date: Tue Sep 3 10:50:13 2013
New Revision: 189821
URL: http://llvm.org/viewvc/llvm-project?rev=189821&view=rev
Log:
[asan] Hopefully un-break the RTL on Windows
Modified:
compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc?rev=189821&r1=189820&r2=189821&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc Tue Sep 3 10:50:13 2013
@@ -197,7 +197,8 @@ void SetStackSizeLimitInBytes(uptr limit
}
char *FindPathToBinary(const char *name) {
- UNIMPLEMENTED();
+ // Nothing here for now.
+ return 0;
}
void SleepForSeconds(int seconds) {
More information about the llvm-commits
mailing list