[PATCH] D58033: Add option for emitting dbg info for call site parameters
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 17 11:39:32 PDT 2019
probinson added inline comments.
================
Comment at: lib/Frontend/CompilerInvocation.cpp:755
+ (Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64))
+ Opts.EnableDebugEntryValues = Args.hasArg(OPT_femit_debug_entry_values);
+
----------------
You want to disable entry-values for all targets other than X86?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58033/new/
https://reviews.llvm.org/D58033
More information about the cfe-commits
mailing list