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

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

Issue 2861903002: Revert "[infra] Roll clang to match the version used by Flutter" (Closed)
Patch Set: Created 3 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/toolchain/linux/BUILD.gn ('k') | tools/android/VERSION_LINUX_NDK » ('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 15b802f63265ed694e99c0f8f849392097e576e3..b291f0050b6aef381afce0d9d1490dec2e819ef2 100644
--- a/build/toolchain/mac/BUILD.gn
+++ b/build/toolchain/mac/BUILD.gn
@@ -211,7 +211,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",
+ prefix = rebase_path("//third_party/llvm-build/Release+Asserts/bin",
root_build_dir)
cc = "${goma_prefix}$prefix/clang"
cxx = "${goma_prefix}$prefix/clang++"
@@ -224,7 +224,7 @@ mac_toolchain("clang_x64") {
mac_toolchain("clang_i386") {
toolchain_cpu = "i386"
toolchain_os = "mac"
- prefix = rebase_path("//buildtools/toolchain/clang+llvm-x86_64-darwin/bin",
+ prefix = rebase_path("//third_party/llvm-build/Release+Asserts/bin",
root_build_dir)
cc = "${goma_prefix}$prefix/clang"
cxx = "${goma_prefix}$prefix/clang++"
« no previous file with comments | « build/toolchain/linux/BUILD.gn ('k') | tools/android/VERSION_LINUX_NDK » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698