[llvm-commits] [compiler-rt] r172184 - /compiler-rt/trunk/lib/asan/asan_allocator.h
Dmitry Vyukov
dvyukov at google.com
Fri Jan 11 00:08:31 PST 2013
Author: dvyukov
Date: Fri Jan 11 02:08:31 2013
New Revision: 172184
URL: http://llvm.org/viewvc/llvm-project?rev=172184&view=rev
Log:
asan: set ASAN_ALLOCATOR_VERSION=1 back
Modified:
compiler-rt/trunk/lib/asan/asan_allocator.h
Modified: compiler-rt/trunk/lib/asan/asan_allocator.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_allocator.h?rev=172184&r1=172183&r2=172184&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/asan_allocator.h (original)
+++ compiler-rt/trunk/lib/asan/asan_allocator.h Fri Jan 11 02:08:31 2013
@@ -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 {
More information about the llvm-commits
mailing list