Skip to content

Commit

Permalink
Clang update script: bump gnuwin version to include sort.exe
Browse files Browse the repository at this point in the history
LLVM r347097 introduced a lit test that requires sort.

Bug: 904337
Change-Id: I2daaea742207a3b5a77a0b95571352928641c287
Reviewed-on: https://chromium-review.googlesource.com/c/1354939
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612202}
  • Loading branch information
zmodem authored and Commit Bot committed Nov 29, 2018
1 parent 75f3d97 commit cc84b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang/scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def AddGnuWinToPath():
return

gnuwin_dir = os.path.join(LLVM_BUILD_TOOLS_DIR, 'gnuwin')
GNUWIN_VERSION = '8'
GNUWIN_VERSION = '9'
GNUWIN_STAMP = os.path.join(gnuwin_dir, 'stamp')
if ReadStampFile(GNUWIN_STAMP) == GNUWIN_VERSION:
print 'GNU Win tools already up to date.'
Expand Down

0 comments on commit cc84b69

Please sign in to comment.