[PATCH] D75175: [CallSiteInfo] Enable the call site info only for -g + optimizations
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 08:53:07 PST 2020
aprantl added a comment.
Seems reasonable.
================
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
----------------
I think this comment should go into the help text for the command line parameter instead?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75175/new/
https://reviews.llvm.org/D75175
More information about the llvm-commits
mailing list