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

glider at google.com glider at google.com
Thu Feb 9 05:53:11 PST 2012


http://codereview.appspot.com/5647052/diff/10/lib/asan/asan_internal.h
File lib/asan/asan_internal.h (right):

http://codereview.appspot.com/5647052/diff/10/lib/asan/asan_internal.h#newcode63
lib/asan/asan_internal.h:63: # define ASAN_LINUX   1
#if defined(__linux__)
# define ASAN_LINUX 1
#else
# define ASAN_LINUX 0
#endif

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



More information about the llvm-commits mailing list