[llvm] [openmp] [Offload] Implement double free (and other allocation error) reporting (PR #100261)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 17:21:13 PDT 2024
================
@@ -0,0 +1,234 @@
+//===- ErrorReporting.h - Helper to provide nice error messages ----- 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
+//
+//===----------------------------------------------------------------------===//
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef OPENMP_LIBOMPTARGET_PLUGINS_NEXTGEN_COMMON_ERROR_REPORTING_H
----------------
shiltian wrote:
no `OPENMP_LIBOMPTARGET`
https://github.com/llvm/llvm-project/pull/100261
More information about the llvm-commits
mailing list