[PATCH] D37608: [lsan] Deadly signal handler for lsan

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 19:00:14 PDT 2017


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





More information about the llvm-commits mailing list