llvm-project/compiler-rt/lib/asan/scripts
Alexander Potapenko 7a0f81a9b7 [ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint option in llvm-symbolizer
Let the users of SymbolizationLoop define a function that produces the list of .dSYM hints (possible path to the .dSYM bundle) for the given binary.
Because the hints can't be added to an existing llvm-symbolizer process, we spawn a new symbolizer process ones each time a new hint appears.
Those can only appear for binaries that we haven't seen before.

llvm-svn: 222535
2014-11-21 14:12:00 +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] Minor tweak to asan_device_setup. 2014-10-06 12:45:39 +00:00
asan_symbolize.py [ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint option in llvm-symbolizer 2014-11-21 14:12:00 +00:00