[compiler-rt] [scudo] Add specific die functions for linux specific failures. (PR #68650)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 10:05:44 PDT 2023


================
@@ -12,6 +12,7 @@
 
 #include "common.h"
 #include "mutex.h"
+#include "report_linux.h"
----------------
cferris1000 wrote:

I added a check for trusty too. I misread the platform.h as setting SCUDO_LINUX when trusty is defined.

https://github.com/llvm/llvm-project/pull/68650


More information about the llvm-commits mailing list