[llvm] [LLVM][DWARF] Add support for monolithic types in .debug_names (PR #70515)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 14:12:16 PDT 2023
================
@@ -301,6 +301,9 @@ class DwarfUnit : public DIEUnit {
/// Get context owner's DIE.
DIE *createTypeDIE(const DICompositeType *Ty);
+ /// Returns a unique ID.
+ virtual unsigned getUniqueID() const = 0;
+
----------------
ayermolo wrote:
Changed to passing UniqueID
https://github.com/llvm/llvm-project/pull/70515
More information about the llvm-commits
mailing list