[PATCH v2 0/2] Add version macros for clang

From: Sami Tolvanen
Date: Thu Nov 30 2017 - 18:38:41 EST


This patch set adds macros for checking clang version.

Changes from v1:
- fixed a comment in clang-version.sh
- renamed macros to __cc-ifversion and __cc-if-fullversion
- fixed a bug with non-bash shells
- dropped the arm64 patch as unnecessary

Sami Tolvanen (2):
kbuild: add clang-version.sh
kbuild: add __cc-ifversion and compiler-specific variants

scripts/Kbuild.include | 41 ++++++++++++++++++++++++++++++++++-------
scripts/clang-version.sh | 33 +++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+), 7 deletions(-)
create mode 100755 scripts/clang-version.sh

--
2.15.0.531.g2ccb3012c9-goog