ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

remove `git` suffixes from clang version as well #222

Closed nickdesaulniers closed 4 years ago

nickdesaulniers commented 4 years ago

fixes the observed warning: ./driver.sh: line 255: [[: 1000git: value too great for base (error token is "1000git") which is my fault because I switched LLVM 10 to use git for suffixes rather than svn for non-release (ie. local dev) builds.

Link: https://github.com/llvm/llvm-project/commit/49fb4a96e0b79e18aec0ed908676ae4ecaf3084b Signed-off-by: Nick Desaulniers ndesaulniers@google.com