[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to void
authorJulian Lettner <jlettner@apple.com>
Fri, 26 Apr 2019 17:29:22 +0000 (17:29 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 26 Apr 2019 17:29:22 +0000 (17:29 +0000)
commitaebd3014a5957029ada761109e6d5e1a90d67e18
treecafad8754471d98f33c6402dda6bc9af0e507855
parentc29db2d83ed57d74d1f9987324e3d6ef112a8ed3
[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to void

This temporary change tells us about all the places where the return
value of the INTERCEPT_FUNCTION macro is actually used. In the next
patch I will cleanup the macro and remove GetRealFuncAddress.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D61145

llvm-svn: 359325
compiler-rt/lib/asan/asan_interceptors.h
compiler-rt/lib/interception/interception_linux.h
compiler-rt/lib/msan/msan_interceptors.cc