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

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 20:12:27 PDT 2023


================
@@ -108,6 +108,7 @@ set(SCUDO_SOURCES
   flags.cpp
   fuchsia.cpp
   linux.cpp
+  linux_common.cpp
----------------
cferris1000 wrote:

I decided to change this to report_linux since having common in the name seems redundant.

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


More information about the llvm-commits mailing list