[PATCH] D64062: Remove __VERSION__

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 23:31:13 PDT 2019


sylvestre.ledru reopened this revision.
sylvestre.ledru added a comment.
This revision is now accepted and ready to land.

@rnk looks like it is too risky to remove it.
What about changing it from

  #define __VERSION__ "4.2.1 Compatible Clang 7.0.1 (tags/RELEASE_701/final)"

to

  #define __VERSION__ "Clang 7.0.1 (tags/RELEASE_701/final)"

Hopefully, it won't break much stuff


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64062/new/

https://reviews.llvm.org/D64062





More information about the cfe-commits mailing list