[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:03:06 PDT 2023


================
@@ -113,6 +113,7 @@ set(SCUDO_SOURCES
   mem_map_linux.cpp
   release.cpp
   report.cpp
+  report_linux.cpp
----------------
cferris1000 wrote:

Yep, thanks for spotting that. I've fixed it now.

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


More information about the llvm-commits mailing list