[PATCH] D64062: Remove both -dumpversion and __VERSION__
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 05:36:19 PDT 2019
sylvestre.ledru added a comment.
Actually, I don't think removing -dumpversion is a great idea. it will remove the capability of clang to be a dropped in replacement.
I see a lot of occurrences:
https://github.com/search?q=%22-dumpversion%22&type=Code
https://codesearch.debian.net/search?q=%22-dumpversion%22
(just in the source of Firefox, I see 6 different usage)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64062/new/
https://reviews.llvm.org/D64062
More information about the cfe-commits
mailing list