[PATCH] D126623: [XCOFF] write the real source file name in C_FILE symbol.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 21:37:03 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/lib/MC/XCOFFObjectWriter.cpp:987
+    // The first symbol table entry is for the file name.
+    SymbolTableIndex++;
+
----------------
llvm coding standard uses pre-increments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126623



More information about the llvm-commits mailing list