Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: build/config/compiler/BUILD.gn

Issue 2201983002: gn: Update clang_version when using ToT Clang (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/toolchain/toolchain.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 79c79a42d21ad8fdb6f807ab5ae6990280b20693..588db2bca8e6df2ffbedbfc18d3531a1d1d46db4 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -74,14 +74,6 @@ declare_args() {
# explore favoring size over speed in this case as well.
optimize_for_size = is_android || is_ios
- # If this is set to true, or if LLVM_FORCE_HEAD_REVISION is set to 1
- # in the environment, we use the revision in the llvm repo to determine
- # the CLANG_REVISION to use, instead of the version hard-coded into
- # //tools/clang/scripts/update.py. This should only be used in
- # conjunction with setting LLVM_FORCE_HEAD_REVISION in the
- # environment when `gclient runhooks` is run as well.
- llvm_force_head_revision = false
-
# Enable fatal linker warnings. Building Chromium with certain versions
# of binutils can cause linker warning.
# See: https://bugs.chromium.org/p/chromium/issues/detail?id=457359
« no previous file with comments | « no previous file | build/toolchain/toolchain.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698