[llvm] [BOLT][DWARF] Add support for .debug_names (PR #81062)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 12:47:54 PST 2024
================
@@ -798,6 +811,7 @@ class DwarfLineTable {
// Returns DWARF Version for this line table.
uint16_t getDwarfVersion() const { return DwarfVersion; }
};
+
----------------
dcci wrote:
stray line,I guess. There are others in this patch, but I'll write only once here
https://github.com/llvm/llvm-project/pull/81062
More information about the llvm-commits
mailing list