[PATCH] D157794: [Driver] Make /Zi and /Z7 aliases of -g rather than handling them specially
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 14 11:13:51 PDT 2023
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
So, as I understand the discussion, after this patch, it will still be possible to get dwarf and codeview in the same compile, but users will have to resort to cc1 flags.
I think that's a good end state. I would like to retain the ability to generate both, but the driver should make it very hard to enable this mode. Burying it in cc1 flags seems like a good end state. Comments about lack of testing are valid.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157794/new/
https://reviews.llvm.org/D157794
More information about the cfe-commits
mailing list