summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2013-01-11 08:08:31 +0000
committerDmitry Vyukov <dvyukov@google.com>2013-01-11 08:08:31 +0000
commit8ad3576df9cc1e8fe3c14da7576670686b51e4e6 (patch)
treefb62f5ba93ec2e38d9cff5989ee8cfc1fe9f7652 /lib/asan/asan_allocator.h
parent9fc0df892cab8735e7de0e86e995a3202c42cf82 (diff)
asan: set ASAN_ALLOCATOR_VERSION=1 back
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@172184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_allocator.h')
-rw-r--r--lib/asan/asan_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_allocator.h b/lib/asan/asan_allocator.h
index bc0419cf9..093b605e4 100644
--- a/lib/asan/asan_allocator.h
+++ b/lib/asan/asan_allocator.h
@@ -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 {