[llvm-commits] [ASan] The first version of the RTL for Windows (issue 5647052)

glider at google.com glider at google.com
Wed Feb 8 07:40:33 PST 2012


http://codereview.appspot.com/5647052/diff/4001/lib/asan/asan_interceptors.cc
File lib/asan/asan_interceptors.cc (right):

http://codereview.appspot.com/5647052/diff/4001/lib/asan/asan_interceptors.cc#newcode32
lib/asan/asan_interceptors.cc:32: # include <intrin.h>  // FIXME: remove
when we start intercepting on Windows.
Do you still need it after you've declared _ReturnAddress?

http://codereview.appspot.com/5647052/diff/4001/lib/asan/asan_win.cc
File lib/asan/asan_win.cc (right):

http://codereview.appspot.com/5647052/diff/4001/lib/asan/asan_win.cc#newcode231
lib/asan/asan_win.cc:231: return getenv(name);
Hint:
http://code.google.com/p/gperftools/source/browse/trunk/src/base/sysinfo.cc

http://codereview.appspot.com/5647052/



More information about the llvm-commits mailing list