[PATCH] D64062: Remove both -dumpversion and __VERSION__

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 00:36:31 PDT 2019


sylvestre.ledru created this revision.
sylvestre.ledru added reviewers: rnk, dexonsmith.
Herald added subscribers: cfe-commits, arphaman, fedor.sergeev, aheejin, dschuff.
Herald added a project: clang.

It has been introduced in 2011 for gcc compat:
https://github.com/llvm-mirror/clang/commit/95a907fc0f2f717dca38a379c1d2353bfea06d4f
https://github.com/llvm-mirror/clang/commit/ad1a4c6e89594e704775ddb6b036ac982fd68cad
it is probably time to remove it to remove it.

reported: https://bugs.llvm.org/show_bug.cgi?id=38836
https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1810860


Repository:
  rC Clang

https://reviews.llvm.org/D64062

Files:
  docs/ClangCommandLineReference.rst
  docs/ReleaseNotes.rst
  include/clang/Driver/Options.td
  lib/Basic/Version.cpp
  lib/Driver/Driver.cpp
  lib/Frontend/InitPreprocessor.cpp
  test/Driver/immediate-options.c
  test/Index/complete-exprs.c
  test/Preprocessor/init.c
  utils/builtin-defines.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64062.207481.patch
Type: text/x-patch
Size: 7237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190702/5e1f0f81/attachment.bin>


More information about the cfe-commits mailing list