tberghammer added a comment.

If you plan to do the "tuning" in clang in the near future then we can abandon 
this change in favor of that one


================
Comment at: lib/Driver/Tools.cpp:3880
@@ +3879,3 @@
+  // -gdwarf-accel-tables should turn on -g and enable the genereation of the
+  // dwarf acceleration tables in the backend.
+  if (Args.hasArg(options::OPT_gdwarf_accel_tables)) {
----------------
probinson wrote:
> This is not how other similar options work (-ggnu-pubnames, -gdwarf-aranges). 
>  Do you have a particular reason why this one should imply -g?
No, I am perfectly happy if it don't imply '-g'


http://reviews.llvm.org/D14354



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to