[PATCH] D75175: [CallSiteInfo] Enable the call site info only for -g + optimizations
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 13:47:07 PST 2020
vsk added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:1435
+ Opts.getDebugInfo() != codegenoptions::LocTrackingOnly)
+ Opts.EmitCallSiteInfo = true;
+
----------------
Is this a replacement for the EnableDebugEntryValues codegenopt in clang?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75175/new/
https://reviews.llvm.org/D75175
More information about the llvm-commits
mailing list