[PATCH] D58033: Add option for emitting dbg info for call sites

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 20:28:11 PDT 2019


aprantl added inline comments.


================
Comment at: include/clang/Driver/Options.td:919
   HelpText<"Do not use jump tables for lowering switches">;
+def emit_param_entry_values : Joined<["-"], "femit-param-entry-values">,
+                       Group<f_clang_Group>,
----------------
I assume that this is the same -f option that GCC uses?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58033/new/

https://reviews.llvm.org/D58033





More information about the cfe-commits mailing list