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

Unified Diff: tools/mb/mb_config.pyl

Issue 2788083003: Really disable symbols on the ToT Windows LLD bots (Closed)
Patch Set: Created 3 years, 9 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 dfcb761a2b19c09a0dcb2c9613a404a3ff11525b..20ec1b92edaaf3669a37d32f224bfee77cee8c49 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1125,11 +1125,13 @@
],
'clang_tot_shared_release_use_lld': [
- 'clang_tot', 'shared', 'release', 'use_lld',
+ # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
+ 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld',
],
'clang_tot_official_static_use_lld_x86': [
- 'clang_tot', 'official', 'static', 'release', 'use_lld', 'x86',
+ # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
+ 'clang_tot', 'no_symbols', 'official', 'static', 'release', 'use_lld', 'x86',
],
'clang_tot_minimal_symbols_shared_release': [
« 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