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

Unified Diff: tools/mb/mb_config.pyl

Issue 2568873003: Use LLD on ThinLTO ToT bot. (Closed)
Patch Set: Created 4 years 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 90f5d6a26532e63a95c9bab23a73cc5f7fd34e66..50a7c2c6fd4b049a137e7d6a1ad40147f1ae1570 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -186,7 +186,7 @@
'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64',
'Site Isolation Linux': 'release_trybot',
'Site Isolation Win': 'release_trybot_x86',
- 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static',
+ 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static_use_lld',
'UBSanVptr Linux': 'ubsan_vptr_release_bot',
'WebKit Linux - TraceWrappables': 'debug_bot',
'WebKit Linux - WPTServe': 'release_bot',
@@ -1405,8 +1405,8 @@
'syzyasan', 'no_pch', 'release', 'x86',
],
- 'thin_lto_clang_tot_release_static': [
- 'thin_lto', 'clang_tot', 'release', 'static',
+ 'thin_lto_clang_tot_release_static_use_lld': [
+ 'thin_lto', 'clang_tot', 'release', 'static', 'use_lld',
],
'tsan_disable_nacl_debug_bot': [
« 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