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

Unified Diff: tools/mb/mb_config.pyl

Issue 2152163002: Use LLD on 'LTO Linux' and 'LTO Linux Perf' buildbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 9186640bafcef5a7151e96f1bc53d339ce903cd2..b503ed8471c8fd1054ab456109597283425ad573 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -207,8 +207,8 @@
'MD Top Chrome Win material':
'gyp_debug_bot_minimal_symbols_x64',
'MD Top Chrome Linux material': 'gn_debug_bot',
- 'LTO Linux': 'gn_official_goma_lto',
- 'LTO Linux Perf': 'gn_official_goma_lto',
+ 'LTO Linux': 'gn_official_goma_lld_lto',
+ 'LTO Linux Perf': 'gn_official_goma_lld_lto',
'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
@@ -1129,8 +1129,8 @@
'gn', 'official', 'goma',
],
- 'gn_official_goma_lto': [
- 'gn', 'official', 'goma', 'lto',
+ 'gn_official_goma_lld_lto': [
+ 'gn', 'official', 'goma', 'use_lld', 'lto',
],
'gn_official_goma_minimal_symbols_android': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698