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

Unified Diff: build/toolchain/toolchain.gni

Issue 2220793002: Roll clang 274369:277962. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 277962 Created 4 years, 4 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 | tools/clang/scripts/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/toolchain.gni
diff --git a/build/toolchain/toolchain.gni b/build/toolchain/toolchain.gni
index 0dde8d9f1d1e4b20657f8fedc6224dfee1a64343..233b6937c2259fc055aa8970720096b9340ee185 100644
--- a/build/toolchain/toolchain.gni
+++ b/build/toolchain/toolchain.gni
@@ -39,13 +39,7 @@ declare_args() {
declare_args() {
if (is_clang) {
# Clang compiler version. Clang files are placed at version-dependent paths.
- clang_version = "3.9.0"
-
- if (llvm_force_head_revision) {
- # TODO(hans): Remove after next Clang roll.
- # ToT Clang has a higher version number.
- clang_version = "4.0.0"
- }
+ clang_version = "4.0.0"
}
}
« no previous file with comments | « no previous file | tools/clang/scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698