Chromium Code Reviews| 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. |