Commit 69f702ce authored by Hans Wennborg's avatar Hans Wennborg

Bump BlinkGCPlugin version to 11 to force redownload of Clang 216630

When 216630 was rolled in, there was one roll that got reverted,
and then we re-built packages for the next one. However, some devs
and maybe bots who didn't sync to the revert got stuck with the old
binaries which would now mismatch against goma's checksum.

No behavior change.

BUG=415883
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/583233004

Cr-Commit-Position: refs/heads/master@{#295768}
parent 03e88dce
...@@ -37,7 +37,7 @@ include_directories("${LLVM_SRC_DIR}/include" ...@@ -37,7 +37,7 @@ include_directories("${LLVM_SRC_DIR}/include"
# This line is read by update.sh and other scripts in tools/clang/scripts # This line is read by update.sh and other scripts in tools/clang/scripts
# Note: The spaces are significant. # Note: The spaces are significant.
set(LIBRARYNAME BlinkGCPlugin_10) set(LIBRARYNAME BlinkGCPlugin_11)
add_llvm_loadable_module("lib${LIBRARYNAME}" add_llvm_loadable_module("lib${LIBRARYNAME}"
BlinkGCPlugin.cpp BlinkGCPlugin.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment