[PATCH] D62532: [AIX] Implement function descriptor on SDAG

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 10:13:10 PDT 2019


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/CodeGen/TargetPassConfig.cpp:204
+static cl::opt<bool> InitMC("init-MC", cl::Hidden,
+    cl::desc("Init target object file lowering when in use together with"
+             "-stop-after, -stop-before"));
----------------
syzaara wrote:
> nit: Init -> Initialize
> End sentence with period.
To be contextually consistent with the surrounding use of `cl::desc`, the string should not end in a period.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62532





More information about the llvm-commits mailing list