[PATCH] D37608: [lsan] Deadly signal handler for lsan
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 13:06:38 PDT 2017
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc:296
+ Die();
+}
+
----------------
eugenis wrote:
> This is mainly a copy of signal handling code from ASan. Are you going to remove the original?
>
This is almost copy and i'd like to use it for other sanitizes.
Asan report includes scariness score and other asan specific info. So for now I am going to keep asan copy as is and reconsider code reuse later.
https://reviews.llvm.org/D37608
More information about the llvm-commits
mailing list