Skip to content
  • Alexander Potapenko's avatar
    [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common · 789e3e1b
    Alexander Potapenko authored
    This change is a part of refactoring intended to have common signal handling behavior in all tools.
    This particular CL moves InstallSignalHandlers() into sanitizer_common (making it InstallDeadlySignalHandlers()), but doesn't enable default signal handlers for any tool other than ASan.
    
    llvm-svn: 200542
    789e3e1b
Loading