[PATCH] D62532: [AIX] Implement function descriptor on SDAG
Zaara Syeda via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 10:00:05 PDT 2019
syzaara 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"));
----------------
nit: Init -> Initialize
End sentence with 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