[compiler-rt] [scudo] Add static vector functionality. (PR #98986)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 16:46:14 PDT 2024


================
@@ -9,6 +9,7 @@
 #ifndef SCUDO_VECTOR_H_
 #define SCUDO_VECTOR_H_
 
+#include "common.h"
----------------
ChiaHungDuan wrote:

Even though we don't see any compilation error but I think it's missing some header there. (mem_map.h is not enough obviously). Some required headers may be included indirectly by mem_map.h

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


More information about the llvm-commits mailing list