asan: set ASAN_ALLOCATOR_VERSION=1 back

llvm-svn: 172184
This commit is contained in:
Dmitry Vyukov 2013-01-11 08:08:31 +00:00
parent db0cf871d4
commit 0b7bce5ecf
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
// to a new one (version 2). The change is quite intrusive so both allocators
// will co-exist in the source base for a while. The actual allocator is chosen
// at build time by redefining this macrozz.
#define ASAN_ALLOCATOR_VERSION 2
#define ASAN_ALLOCATOR_VERSION 1
namespace __asan {