[PATCH] D120861: [XCOFF][1/3] support fileHeader and sectionHeaders in 64-bit XCOFF.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 01:07:52 PDT 2022


jhenderson added inline comments.


================
Comment at: llvm/lib/MC/XCOFFObjectWriter.cpp:299
   bool
   needsAuxiliaryHeader() const { /* TODO aux header support not implemented. */
     return false;
----------------
Put the TODO comment either on a new line within the function (as suggested inline), or immediately before it as a commetnt, using `//` rather than block comments, then use clang-format to reformat it appropriately.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120861



More information about the llvm-commits mailing list