[PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.

Douglas Katzman via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 12:38:14 PDT 2015


dougk added a comment.

I think the best thing to do is introduce new cc1 arguments that control the Opts explicitly, and cease accepting the equivalent driver arguments in cc1.
I would propose '-gdwarf-version={2|3|4}' and '-gdebug-info-kind={line-tables|limited|full}'


http://reviews.llvm.org/D13221





More information about the cfe-commits mailing list