[compiler-rt] r215722 - [ASan/Win] Remove one more reference to __interception::GetRealFunctionAddress (follow-up to r215707)

Timur Iskhodzhanov timurrrr at google.com
Fri Aug 15 08:41:03 PDT 2014


Author: timurrrr
Date: Fri Aug 15 10:41:03 2014
New Revision: 215722

URL: http://llvm.org/viewvc/llvm-project?rev=215722&view=rev
Log:
[ASan/Win] Remove one more reference to __interception::GetRealFunctionAddress (follow-up to r215707)

Modified:
    compiler-rt/trunk/lib/interception/interception_win.h

Modified: compiler-rt/trunk/lib/interception/interception_win.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/interception_win.h?rev=215722&r1=215721&r2=215722&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/interception_win.h (original)
+++ compiler-rt/trunk/lib/interception/interception_win.h Fri Aug 15 10:41:03 2014
@@ -28,9 +28,7 @@ bool OverrideFunction(uptr old_func, upt
 }  // namespace __interception
 
 #if defined(_DLL)
-# define INTERCEPT_FUNCTION_WIN(func) \
-    ::__interception::GetRealFunctionAddress( \
-        #func, (::__interception::uptr*)&REAL(func))
+# error Not implemented yet
 #else
 # define INTERCEPT_FUNCTION_WIN(func) \
     ::__interception::OverrideFunction( \





More information about the llvm-commits mailing list