[compiler-rt] [compiler-rt] Work around incompatible Windows definitions of (S)SIZE_T (PR #106311)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 16:50:58 PDT 2024


================
@@ -12,17 +12,26 @@
 //===----------------------------------------------------------------------===//
 
 #include "interception.h"
+#include "sanitizer_common/sanitizer_type_traits.h"
 
-#if SANITIZER_LINUX || SANITIZER_APPLE
----------------
arichardson wrote:

This change is unrelated, but IMO we should check these static asserts everywhere possible.

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


More information about the llvm-commits mailing list