mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 02:26:05 +00:00

debuggerd is a crash reporting system on android what installs some signal handler for SEGV to print a backtrace in the log. Its behavior breaks tests where the test tries to continue after a SEGV so we skip them as this behavior isn't required on android anyway. llvm-svn: 278510