#!/bin/sh# SPDX-License-Identifier: GPL-2.0## clang-version [-p] clang-command## Prints the compiler version of `clang-command' in a canonical 4-digit form# such as `0500' for clang-5.0 etc.## With the -p option, prints the patchlevel as well, for example `050001' for# clang-5.0.1 etc.#compiler="$*"