[PATCH] D69822: [clang] Add new -fdebug-default-version flag.

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 4 15:21:10 PST 2019


probinson added a comment.

In D69822#1733269 <https://reviews.llvm.org/D69822#1733269>, @dblaikie wrote:

> In D69822#1733262 <https://reviews.llvm.org/D69822#1733262>, @probinson wrote:
>
> > The maze of twisty -g passages gets a new secret door.  Oh well.
>
>
> If you find this to be a significant complication, I'd really like to discuss it further - I know there are some twisty things (one of the worst I created when it comes to -fsplit-dwarf-inlining, -gsplit-dwarf, -gmlt combinations) - but this seems pretty simple/tidy/orthogonal to me.


No, no, if we can at least keep the twistiness in one place (or two I suppose, one for C/C++ and one for asm) it's not a real problem.

Maybe a strategic helper function could be useful to make those two places more obviously the same.


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

https://reviews.llvm.org/D69822





More information about the cfe-commits mailing list