2a6346c406
PR other/55291 * configure.ac (--enable-version-specific-runtime-libs): New option. (AC_CANONICAL_SYSTEM): New. (AM_ENABLE_MULTILIB): Moved right after AM_INIT_AUTOMAKE. (toolexecdir): Support multilib. (toolexeclibdir): Likewise. (multilib_arg): New. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * asan/Makefile.in: Likewise. * interception/Makefile.in: Likewise. * sanitizer_common/Makefile.in: Likewise. From-SVN: r193516 |
||
---|---|---|
.. | ||
asan | ||
include/sanitizer | ||
interception | ||
sanitizer_common | ||
acinclude.m4 | ||
aclocal.m4 | ||
ChangeLog | ||
configure | ||
configure.ac | ||
configure.tgt | ||
libtool-version | ||
LICENSE.TXT | ||
Makefile.am | ||
Makefile.in | ||
README.gcc |
The AddressSanitizer (http://code.google.com/p/address-sanitizer) is a project developed by Google Inc. The source files of the project are hosted at http://llvm.org/svn/llvm-project/compiler-rt. These files are the ones in the asan subdirectory of that project.