[PATCH] D69822: [clang] Add new -fdebug-default-version flag.
Caroline Tice via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 10:10:49 PST 2019
cmtice updated this revision to Diff 227910.
cmtice marked 9 inline comments as done.
cmtice added a comment.
Made requested changes:
- renamed option to be dwarf-specific
- fixed spelling & blank line issues
- only set version if emit-dwarf is true
- move test to Driver directory
I *think* I got it all done...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69822/new/
https://reviews.llvm.org/D69822
Files:
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/CommonArgs.h
clang/test/CodeGen/debug-default-version.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69822.227910.patch
Type: text/x-patch
Size: 7743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191105/9038ef87/attachment.bin>
More information about the cfe-commits
mailing list