[llvm] [GSYM] Callsites: Add data format support and loading from YAML (PR #109781)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 15:36:33 PDT 2024
================
@@ -0,0 +1,142 @@
+//===- CallSiteInfo.h -------------------------------------------*- 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 LLVM_DEBUGINFO_GSYM_CALLSITEINFO_H
+#define LLVM_DEBUGINFO_GSYM_CALLSITEINFO_H
+
+#include "llvm/ADT/DenseMap.h"
----------------
clayborg wrote:
remove
https://github.com/llvm/llvm-project/pull/109781
More information about the llvm-commits
mailing list