Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 10 May 2017 16:32:42 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Wed, 10 May 2017 16:32:42 +0000 (18:32 +0200)
commitb1247408c30dd4dc511e8a65adf8a4efb2776f10
tree5f93e4a6eafe48aa6d9262498b71b7859607182b
parentc78891ae1cc668a77377b2b0fb03c7e1a6894b29
Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)

The version detection that was added recently for the purpose of selecting
optimization options for ARM builds was not working properly when the
clang binary doesn't have version in its name. This resulted in syntax
error being reported on OSX and some Linux distros:
/Users/janvorli/git/coreclr/src/pal/tools/gen-buildsys-clang.sh:
line 162: : /usr/bin/clang: syntax error: operand expected (error token is "/usr/bin/clang")
src/pal/tools/gen-buildsys-clang.sh