[PATCH] D44560: [DWARF] Rework debug line parsing to use llvm::Error and callbacks
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 15:47:30 PDT 2018
espindola added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1921
+/// EmitInt64 - Emit a long long directive and value.
+void AsmPrinter::EmitInt64(uint64_t Value) const {
----------------
Don't repeat names in comment.
It should start with a lowercase letter.
I will update the surrounding code.
Repository:
rL LLVM
https://reviews.llvm.org/D44560
More information about the llvm-commits
mailing list