[compiler-rt] Log errno (or fuchsia equivalent) on map failures (PR #95391)

Fabio D'Urso via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 08:05:11 PDT 2024


================
@@ -8,6 +8,9 @@
 
 #include "gwp_asan/utilities.h"
 
+#include <alloca.h>
+#include <inttypes.h>
----------------
fabio-d wrote:

Including `inttypes.h` seems no longer necessary

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


More information about the llvm-commits mailing list