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/ubsan/ubsan_handlers.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/Sanitizer/ubsan/ubsan_handlers.cpp') diff --git a/runtime/Sanitizer/ubsan/ubsan_handlers.cpp b/runtime/Sanitizer/ubsan/ubsan_handlers.cpp index 38f3425f..0213836b 100644 --- a/runtime/Sanitizer/ubsan/ubsan_handlers.cpp +++ b/runtime/Sanitizer/ubsan/ubsan_handlers.cpp @@ -10,6 +10,9 @@ // //===----------------------------------------------------------------------===// +// NOTE: Needs to be kept in sync with compiler-rt/lib/ubsan/ubsan_handlers.cpp +// from LLVM project. + #include "ubsan_handlers.h" #include "ubsan_diag.h" -- cgit 1.4.1