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

Fabio D'Urso via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 08:28:45 PDT 2024


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

`#include <stdio.h>` too

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


More information about the llvm-commits mailing list