eugenis added inline comments. ================ Comment at: compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:296 + Die(); +} + ---------------- This is mainly a copy of signal handling code from ASan. Are you going to remove the original? https://reviews.llvm.org/D37608