[PATCH] D64062: Remove both -dumpversion and __VERSION__

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 12:58:45 PDT 2019


rnk added a comment.

I still have this open concern:

In D64062#1574868 <https://reviews.llvm.org/D64062#1574868>, @rnk wrote:

> One concern that I have is that we don't have a replacement for `-dumpversion`. I thought I saw someone propose adding such a flag, but I can't find it. Basically, we should do something to handle this user's use case:
>  http://clang-developers.42468.n3.nabble.com/How-to-dump-clang-version-td4025542.html


Perhaps we should just remove `__VERSION__` and keep `-dumpversion`.


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