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

Unified Diff: build/toolchain/mac/BUILD.gn

Issue 3010023002: Reland: [infra] Roll clang toolchain forward (Closed)
Patch Set: Created 3 years, 3 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/toolchain/linux/BUILD.gn ('k') | tools/buildtools/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/mac/BUILD.gn
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
index b520efd06e6ce662cb22a6202be0c6740f155b9a..1dab17976bca544f1eab670f3f6e37ff0e676b8e 100644
--- a/build/toolchain/mac/BUILD.gn
+++ b/build/toolchain/mac/BUILD.gn
@@ -223,8 +223,7 @@ template("mac_toolchain") {
mac_toolchain("clang_x64") {
toolchain_cpu = "x64"
toolchain_os = "mac"
- prefix = rebase_path("//buildtools/toolchain/clang+llvm-x86_64-darwin/bin",
- root_build_dir)
+ prefix = rebase_path("//buildtools/mac-x64/clang/bin", root_build_dir)
cc = "${goma_prefix}$prefix/clang"
cxx = "${goma_prefix}$prefix/clang++"
ar = "${prefix}/llvm-ar"
@@ -238,8 +237,7 @@ mac_toolchain("clang_x64") {
mac_toolchain("clang_x86") {
toolchain_cpu = "i386"
toolchain_os = "mac"
- prefix = rebase_path("//buildtools/toolchain/clang+llvm-x86_64-darwin/bin",
- root_build_dir)
+ prefix = rebase_path("//buildtools/mac-x64/clang/bin", root_build_dir)
cc = "${goma_prefix}$prefix/clang"
cxx = "${goma_prefix}$prefix/clang++"
ar = "${prefix}/llvm-ar"
« no previous file with comments | « build/toolchain/linux/BUILD.gn ('k') | tools/buildtools/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698