asan: rename the file (it's not 64-bit specific anymore)

llvm-svn: 172518
This commit is contained in:
Dmitry Vyukov 2013-01-15 08:04:27 +00:00
parent 03d9393b4a
commit 1e4b54d196
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/