[lld] [lld][ELF] Implement merged .debug_names section. (PR #86508)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 22:54:59 PDT 2024


================
@@ -788,6 +792,136 @@ class RelroPaddingSection final : public SyntheticSection {
   void writeTo(uint8_t *buf) override {}
 };
 
+class DebugNamesSection final : public SyntheticSection {
----------------
cmtice wrote:

Done.  Made the entire class ELFT.

https://github.com/llvm/llvm-project/pull/86508


More information about the llvm-commits mailing list