[compiler-rt] r224370 - [asan] trying to fix Mac build

Kostya Serebryany kcc at google.com
Tue Dec 16 13:06:08 PST 2014


Author: kcc
Date: Tue Dec 16 15:06:07 2014
New Revision: 224370

URL: http://llvm.org/viewvc/llvm-project?rev=224370&view=rev
Log:
[asan] trying to fix Mac build

Modified:
    compiler-rt/trunk/lib/sanitizer_common/sanitizer_mac.cc

Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_mac.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_mac.cc?rev=224370&r1=224369&r2=224370&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_mac.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_mac.cc Tue Dec 16 15:06:07 2014
@@ -326,7 +326,7 @@ uptr GetRSS() {
 }
 
 void *internal_start_thread(void (*func)(void *arg), void *arg) { return 0; }
-void internal_join_thread(void *th) { return 0; }
+void internal_join_thread(void *th) { }
 
 }  // namespace __sanitizer
 





More information about the llvm-commits mailing list