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

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 11:30:10 PST 2017


MatzeB 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,
----------------
aprantl wrote:
> Is this supposed to mean "(The) Handler's" or "Handles", or can I just not parse that sentence? ;-)
Yep I meant "The Handler's" and tried hard to stay within 80 columns, looks like I need a line break after all :)


Repository:
  rL LLVM

https://reviews.llvm.org/D29407





More information about the llvm-commits mailing list