[PATCH] D64062: Remove __VERSION__
Sterling Augustine via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 13 10:43:18 PDT 2019
saugustine added a comment.
>From the failure mode I was seeing, any value at all for __VERSION__ will be fine, as long as it is a valid preprocessor string.
It would also solve this particular problem to not define __GNUC__, but I as that would create other, more severe, problems, as long as clang identifies itself as __GNUC__, we should maintain compatibility with it.
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