Skip to content

Commit

Permalink
[infra] Do not force our LLVM revision. (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s authored Jul 26, 2018
1 parent 98827c5 commit 704da2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git clone https://chromium.googlesource.com/chromium/src/tools/clang
cd clang

OUR_LLVM_REVISION=334100 # For manual bumping.
FORCE_OUR_REVISION=1 # To allow for manual downgrades.
FORCE_OUR_REVISION=0 # To allow for manual downgrades.
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)

if [ $OUR_LLVM_REVISION -gt $LLVM_REVISION ] || [ $FORCE_OUR_REVISION -ne 0 ]; then
Expand Down

0 comments on commit 704da2d

Please sign in to comment.