[PATCH] D82296: [ObjectYAML][ELF] Add support for emitting the .debug_pubnames section.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 10:23:11 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/lib/ObjectYAML/ELFEmitter.cpp:947
+  else if (Name == ".debug_pubnames")
+    Err = DWARFYAML::emitPubSection(*OS, *DWARF.PubNames, DWARF.IsLittleEndian);
   else
----------------
FYI: This looks like a good candidate for http://llvm.org/doxygen/classllvm_1_1StringSwitch.html


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82296





More information about the llvm-commits mailing list