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

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 5 08:37:35 PDT 2015


aprantl added a comment.

Some bikeshedding about -di-kind={full|limited|line-tables}:

1. Is there a good reason not to spell out -debug-info-kind?
2. "full" is misleading as it will still only emit debug info for types actually used by the program. I think "standalone" would be more descriptive.
3. Why not "line-tables-only" like in -gline-tables-only?


http://reviews.llvm.org/D13221





More information about the cfe-commits mailing list