[compiler-rt] [scudo] Add specific die functions for linux specific failures. (PR #68650)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 22:28:18 PDT 2023
================
@@ -108,6 +108,7 @@ set(SCUDO_SOURCES
flags.cpp
fuchsia.cpp
linux.cpp
+ linux_common.cpp
----------------
ChiaHungDuan wrote:
Given that we have `report.h` to report platform independent errors, I'm thinking that we may want the naming to be something like `report_linux_common.h` (and linux.cpp will be deprecated)
https://github.com/llvm/llvm-project/pull/68650
More information about the llvm-commits
mailing list