[asan] Enable allocator2 on Android.

llvm-svn: 176255
This commit is contained in:
Evgeniy Stepanov 2013-02-28 14:07:01 +00:00
parent beb8013095
commit 1cb95a17b8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
// will co-exist in the source base for a while. The actual allocator is chosen
// at build time by redefining this macro.
#ifndef ASAN_ALLOCATOR_VERSION
# if (ASAN_LINUX && !ASAN_ANDROID) || ASAN_MAC || ASAN_WINDOWS
# if ASAN_LINUX || ASAN_MAC || ASAN_WINDOWS
# define ASAN_ALLOCATOR_VERSION 2
# else
# define ASAN_ALLOCATOR_VERSION 1