asan: rename the file (it's not 64-bit specific anymore)
authorDmitry Vyukov <dvyukov@google.com>
Tue, 15 Jan 2013 08:04:27 +0000 (08:04 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Tue, 15 Jan 2013 08:04:27 +0000 (08:04 +0000)
llvm-svn: 172518

compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_testlib.cc [moved from compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator64_testlib.cc with 95% similarity]

@@ -1,4 +1,4 @@
-//===-- sanitizer_allocator64_testlib.cc ----------------------------------===//
+//===-- sanitizer_allocator_testlib.cc ------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 /* Usage:
 clang++ -fno-exceptions  -g -fPIC -I. -I../include -Isanitizer \
- sanitizer_common/tests/sanitizer_allocator64_testlib.cc \
+ sanitizer_common/tests/sanitizer_allocator_testlib.cc \
  sanitizer_common/sanitizer_*.cc -shared -o testmalloc.so
 LD_PRELOAD=`pwd`/testmalloc.so /your/app
 */