[compiler-rt] [rtsan][NFC] Move assertions and diagnostics into own impl files (PR #109500)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 17:45:52 PDT 2024
================
@@ -0,0 +1,18 @@
+//===--- rtsan_diagnostics.h - Realtime Sanitizer ---------------*- 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
+//
+//===----------------------------------------------------------------------===//
+//
+//===----------------------------------------------------------------------===//
----------------
cjappl wrote:
Missing descriptor for this header
https://github.com/llvm/llvm-project/pull/109500
More information about the llvm-commits
mailing list