[PATCH] D29407: AsmPrinter: Emit debug information sections lasst

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 11:27:48 PST 2017


aprantl added inline comments.


================
Comment at: include/llvm/CodeGen/AsmPrinter.h:129
     const char *TimerGroupDescription;
+    bool EmitLate; ///< Handlers endModule() is called after EmitEndOfAsmFile().
     HandlerInfo(AsmPrinterHandler *Handler, const char *TimerName,
----------------
Is this supposed to mean "(The) Handler's" or "Handles", or can I just not parse that sentence? ;-)


================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:257
                                      CodeViewLineTablesGroupName,
-                                     CodeViewLineTablesGroupDescription));
+                                     CodeViewLineTablesGroupDescription, true));
     }
----------------
enum or /*EmitLate=*/ ?


Repository:
  rL LLVM

https://reviews.llvm.org/D29407





More information about the llvm-commits mailing list