[PATCH] D79220: [XCOFF] XCOFF constants, MCObjectFileInfo placeholder code for DWARF; NFC

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 06:54:39 PDT 2020


DiggerLin added inline comments.


================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:841
+  // TODO: Populate the DWARF sections appropriately.
+  DwarfAbbrevSection = nullptr;   // SSUBTYP_DWABREV
+  DwarfInfoSection = nullptr;     // SSUBTYP_DWINFO
----------------
what about to the initiation in the MCObjectFileInfo.h ?

as 
MCSection *DwarfAbbrevSection = = nullptr;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79220





More information about the llvm-commits mailing list