[llvm] [LLVM][DebugInfo] Refactor some code for easier sharing. (PR #82153)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 10:59:41 PST 2024
================
@@ -562,6 +562,17 @@ class DWARFDebugNames : public DWARFAcceleratorTable {
uint64_t getEntryOffset() const { return EntryOffset; }
};
+ // Offsets for the start of various important tables from the start of the
+ // section.
----------------
adrian-prantl wrote:
Can you use Doxygen cmments `///`?
https://github.com/llvm/llvm-project/pull/82153
More information about the llvm-commits
mailing list