[PATCH] D39826: [msan] Deadly signal handler for msan

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 13:31:44 PST 2017


eugenis added inline comments.


================
Comment at: compiler-rt/lib/msan/msan_interceptors.cc:1268
+
+#define SIGNAL_INTERCEPTOR_SIGACTION_IMPL(signo, act, oldact)        \
+  {                                                                  \
----------------
Where is this used? Missing file?


https://reviews.llvm.org/D39826





More information about the llvm-commits mailing list