You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
driver: Fix check_ar_version with LLVM source builds
llvm-ar will have 'svn' in its version by default (when
LLVM_VERSION_SUFFIX is not set to anything during cmake).
+ check_ar_version
+ llvm-ar --version
+ grep -q LLVM
++ llvm-ar --version
++ grep version
++ sed -e 's/.*LLVM version //g' -e 's/[[:blank:]]*$//' -e 's/\.//g'
+ [[ 900svn -lt 900 ]]
./driver.sh: line 195: [[: 900svn: value too great for base (error token is "900svn")
[skip ci]
Fixes: 473e1e4 ("driver: Improvements around binary locating")
Signed-off-by: Nathan Chancellor <[email protected]>
0 commit comments