[llvm] [LLVM][rtsan] Add RealtimeSanitizer transform pass (PR #101232)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 14:28:45 PDT 2024


================
@@ -0,0 +1,34 @@
+//=- RealtimeSanitizer.h - RealtimeSanitizer instrumentation ----*- C++ -*-==//
+//-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
----------------
MaskRay wrote:

Here a file-level comment is needed

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


More information about the llvm-commits mailing list