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

Unified Diff: build/toolchain/toolchain.gni

Issue 1921853002: Replacing hard-coded clang version by a common variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « build/config/win/BUILD.gn ('k') | no next file » | 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 41daacc667b0ce96a0425b5f6a46256e549f509e..a4b8f93ec84fb0f0142734da169dd5e202dcac39 100644
--- a/build/toolchain/toolchain.gni
+++ b/build/toolchain/toolchain.gni
@@ -11,6 +11,9 @@ declare_args() {
#
# TODO(pcc): Remove this flag if/when LTO is enabled in official builds.
allow_posix_link_time_opt = false
+
+ # Clang compiler version. Clang files are placed at version-dependent paths.
+ clang_version = "3.9.0"
brettw 2016/05/03 16:55:35 Can this be an an is_clang condition so it's not d
aizatsky 2016/05/03 17:21:24 Done. Like this?
}
# Subdirectory within root_out_dir for shared library files.
« no previous file with comments | « build/config/win/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698