From e244b610b04afd81ef3ae47b3644fecc41ea4db1 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 6 Aug 2022 16:48:04 +0400 Subject: Add notes about how to keep in sync runtime with LLVM project --- runtime/Sanitizer/sanitizer_common/sanitizer_internal_defs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime/Sanitizer/sanitizer_common/sanitizer_internal_defs.h') diff --git a/runtime/Sanitizer/sanitizer_common/sanitizer_internal_defs.h b/runtime/Sanitizer/sanitizer_common/sanitizer_internal_defs.h index d0817abe..a8ba685a 100644 --- a/runtime/Sanitizer/sanitizer_common/sanitizer_internal_defs.h +++ b/runtime/Sanitizer/sanitizer_common/sanitizer_internal_defs.h @@ -9,6 +9,11 @@ // This file is shared between AddressSanitizer and ThreadSanitizer. // It contains macro used in run-time libraries code. //===----------------------------------------------------------------------===// + +// NOTE: Needs to be kept in sync with +// compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h from LLVM project. +// But in fact, only typedefs for basic types were used, this is how it is. + #ifndef SANITIZER_DEFS_H #define SANITIZER_DEFS_H -- cgit 1.4.1