diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-07-12 21:45:08 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-07-12 21:45:08 +0000 |
commit | 603580216f0aa387b0d4c01b8d2f05873e6a98e2 (patch) | |
tree | ab39f999692b4272ccc11fcf7deb2495232d16a9 /clang/utils/builtin-defines.c | |
parent | 4d95c3684b31350fa31682618e470649a858873a (diff) | |
download | bcm5719-llvm-603580216f0aa387b0d4c01b8d2f05873e6a98e2.tar.gz bcm5719-llvm-603580216f0aa387b0d4c01b8d2f05873e6a98e2.zip |
Remove __VERSION__
Summary:
It has been introduced in 2011 for gcc compat:
https://github.com/llvm-mirror/clang/commit/ad1a4c6e89594e704775ddb6b036ac982fd68cad
it is probably time to remove it
Reviewers: rnk, dexonsmith
Reviewed By: rnk
Subscribers: dschuff, aheejin, fedor.sergeev, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64062
llvm-svn: 365962
Diffstat (limited to 'clang/utils/builtin-defines.c')
-rw-r--r-- | clang/utils/builtin-defines.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/utils/builtin-defines.c b/clang/utils/builtin-defines.c index 9bbe5be2502..2936d631e61 100644 --- a/clang/utils/builtin-defines.c +++ b/clang/utils/builtin-defines.c @@ -49,7 +49,6 @@ RUN: done; #undef __INT8_TYPE__ #undef __SSP__ #undef __APPLE_CC__ -#undef __VERSION__ #undef __clang__ #undef __llvm__ #undef __nocona |