kernel/scripts/clang-version.sh
.. .. @@ -1,14 +1,10 @@ 1 1 #!/bin/sh 2 2 # SPDX-License-Identifier: GPL-2.0 3 3 # 4 -# clang-version [-p] clang-command4 +# clang-version clang-command5 5 # 6 -# Prints the compiler version of `clang-command' in a canonical 4-digit form7 -# such as `0500' for clang-5.0 etc.8 -#9 -# With the -p option, prints the patchlevel as well, for example `050001' for10 -# clang-5.0.1 etc.11 -#6 +# Print the compiler version of `clang-command' in a 5 or 6-digit form7 +# such as `50001' for clang-5.0.1 etc.12 8 13 9 compiler="$*" 14 10