aganea added a comment.

In D69825#1768111 <https://reviews.llvm.org/D69825#1768111>, @arphaman wrote:

> @aganea Please disable the new behavior for the Darwin platform. We rely on 
> the fact that Clang `-cc1` processes crash to report crashes using system's 
> crash reporting infrastructure.


Will do of course. Just for my own curiosity, how do you actually disable the 
LLVM signal handler when you ship clang to customers? Through the env var 
`LLVM_DISABLE_CRASH_REPORT`? Or maybe this is disabled by default in your 
downstream fork? Does `SignalHandler()` get called?

Should I disable it through a `#ifndef __APPLE__`? Or something else?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69825/new/

https://reviews.llvm.org/D69825



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to