[llvm] [NFC] Separate UnwindTable from DebugFrame into a different type (PR #142521)
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 5 13:35:17 PDT 2025
================
@@ -0,0 +1,321 @@
+//===- DWARFUnwindTable.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_DWARF_DWARFUNWINDTABLE_H
+#define LLVM_DEBUGINFO_DWARF_DWARFUNWINDTABLE_H
----------------
igorkudrin wrote:
Yes, please, as a separate PR.
https://github.com/llvm/llvm-project/pull/142521
More information about the llvm-commits
mailing list