[llvm-commits] AddressSanitizer: remove pthread.h and signal.h on Mac in favor of declarations (issue 5671052)

konstantin.s.serebryany at gmail.com konstantin.s.serebryany at gmail.com
Wed Feb 15 10:14:53 PST 2012


http://codereview.appspot.com/5671052/diff/1/asan_interceptors.cc
File asan_interceptors.cc (right):

http://codereview.appspot.com/5671052/diff/1/asan_interceptors.cc#newcode37
asan_interceptors.cc:37: // intercepted functions. We need this
declarations on Mac to get addresses of
this->these
I also suggest to have the declarations adjacent to the interceptor
definition and not under ifdef __APPLE__.

http://codereview.appspot.com/5671052/



More information about the llvm-commits mailing list