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

timurrrr at google.com timurrrr at google.com
Thu Feb 9 05:55:41 PST 2012


Shame on me :)


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
On 2012/02/09 13:53:11, glider wrote:
> #if defined(__linux__)
> # define ASAN_LINUX 1
> #else
> # define ASAN_LINUX 0
> #endif

Done.

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



More information about the llvm-commits mailing list