[PATCH] D81820: [ObjectYAML][ELF] Add support for emitting the .debug_abbrev section.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 10:56:03 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/lib/ObjectYAML/DWARFYAML.cpp:35
     SecNames.insert("debug_line");
+  if (!AbbrevDecls.empty())
+    SecNames.insert("debug_abbrev");
----------------
Probably use an alphabetical order.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81820/new/

https://reviews.llvm.org/D81820





More information about the llvm-commits mailing list