llvm-project/compiler-rt/lib/asan/scripts
Evgeniy Stepanov 11d3b27959 [asan] Fix asan-rt bitness issues in asan_device_setup on Android.
asan_device_setup script is using LD_PRELOAD to inject the ASan
runtime library into the Zygote process. This breaks when the Zygote
or any of its descendants spawn a process with different bitness due
to the fact that the ASan-RT library name includes the target
architecture.

The fix is to preload the library through a symlink which has the
same name in lib and lib64.

llvm-svn: 286188
2016-11-08 00:59:58 +00:00
..
CMakeLists.txt [asan] Install asan_device_setup to bin/ when targetting Android. 2014-02-27 08:41:40 +00:00
asan_device_setup [asan] Fix asan-rt bitness issues in asan_device_setup on Android. 2016-11-08 00:59:58 +00:00
asan_symbolize.py For the asan_symbolize.py script, use addr2line as the default system 2015-12-29 21:36:34 +00:00