[compiler-rt] [scudo] Add specific die functions for linux specific failures. (PR #68650)
Fabio D'Urso via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 07:21:36 PDT 2023
================
@@ -12,6 +12,7 @@
#include "common.h"
#include "mutex.h"
+#include "report_linux.h"
----------------
fabio-d wrote:
I might be missing something, but are we sure that `trusty.cpp` can call code that is between `#if SCUDO_LINUX`?
https://github.com/llvm/llvm-project/pull/68650
More information about the llvm-commits
mailing list