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

Unified Diff: tools/mb/mb_config.pyl

Issue 2010963004: Revert of Make win_clang bot use the lld linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 63487cefea3b6778d75e6dcefa35a28b41bf9105..094389fd3fb107ded08d4e90d8d8acd0f1358278 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -604,7 +604,7 @@
'Win7 Tests (dbg)(1)': 'none',
'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
- 'WinClang64 (dbg)': 'win_clang_debug_lld_bot',
+ 'WinClang64 (dbg)': 'win_clang_debug_bot',
},
'official.desktop': {
@@ -862,7 +862,7 @@
'win_chromium_variable_webkit_win7_builder': 'findit',
'win_chromium_variable_webkit_win7_builder_x64': 'findit',
'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
- 'win_clang': 'win_clang_debug_lld_bot',
+ 'win_clang': 'win_clang_debug_bot',
'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86',
'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86',
'win_clang_x64_dbg': 'win_clang_debug_bot',
@@ -1833,9 +1833,6 @@
'win_clang_debug_bot': [
'gn', 'clang', 'debug_bot_minimal_symbols',
],
- 'win_clang_debug_lld_bot': [
- 'gn', 'clang', 'lld', 'debug_bot_minimal_symbols',
- ],
},
# This is a dict mapping a given 'mixin' name to a dict of settings that
@@ -1942,11 +1939,6 @@
'gyp_defines': 'clang=1',
},
- 'lld': {
- 'gn_args': 'use_lld=true',
- 'gyp_defines': 'use_lld=1',
- },
-
'cronet': {
'gn_args': ('disable_file_support=true disable_ftp_support=true '
'enable_websockets=false use_platform_icu_alternatives=true '
« 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