[PATCH] D75175: [CallSiteInfo] Enable the call site info only for -g + optimizations
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 09:05:04 PST 2020
djtodoro marked an inline comment as done.
djtodoro added inline comments.
================
Comment at: clang/include/clang/Basic/CodeGenOptions.def:68
+CODEGENOPT(EmitCallSiteInfo, 1, 0) ///< Emit call site info. Currently, it is
+ ///< only used for debug info in optimized
+ ///< code, so it will be enabled only in
----------------
aprantl wrote:
> I think this comment should go into the help text for the command line parameter instead?
That sounds good to me. Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75175/new/
https://reviews.llvm.org/D75175
More information about the llvm-commits
mailing list