diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-07-13 06:27:35 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-07-13 06:27:35 +0000 |
commit | 21a92a8a559ba27907290bafd181e490101a4fcb (patch) | |
tree | cd6f039ace38701b231801c4ea6ea75050560182 /clang/utils/builtin-defines.c | |
parent | 1447b60eeb2b3026a0c96bef052843a71002d617 (diff) | |
download | bcm5719-llvm-21a92a8a559ba27907290bafd181e490101a4fcb.tar.gz bcm5719-llvm-21a92a8a559ba27907290bafd181e490101a4fcb.zip |
This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
Some targets such as Python 2.7.16 still use VERSION in
their builds. Without VERSION defined, the source code
has syntax errors.
Reverting as it will probably break many other things.
Noticed by Sterling Augustine
llvm-svn: 365992
Diffstat (limited to 'clang/utils/builtin-defines.c')
-rw-r--r-- | clang/utils/builtin-defines.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/utils/builtin-defines.c b/clang/utils/builtin-defines.c index 2936d631e61..9bbe5be2502 100644 --- a/clang/utils/builtin-defines.c +++ b/clang/utils/builtin-defines.c @@ -49,6 +49,7 @@ RUN: done; #undef __INT8_TYPE__ #undef __SSP__ #undef __APPLE_CC__ +#undef __VERSION__ #undef __clang__ #undef __llvm__ #undef __nocona |