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

Unified Diff: tools/mb/mb_config.pyl

Issue 2838253002: mb: Don't use minial_symbols for Clang ToT debug builders (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 | « 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 9284e4d55691f1cfc7e1abdf877fdab62584e0c5..411a1a3b9f20a86249bf2e5760b8b8b5b4c6914d 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -157,13 +157,13 @@
'ClangToTLinuxLLD': 'clang_tot_lld_release_shared',
'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_release',
'ClangToTMac': 'clang_tot_minimal_symbols_shared_release',
- 'ClangToTMac (dbg)': 'clang_tot_minimal_symbols_shared_debug',
+ 'ClangToTMac (dbg)': 'clang_tot_shared_debug',
'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_release',
'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86',
- 'ClangToTWin(dbg)': 'clang_tot_minimal_symbols_shared_debug_x86',
+ 'ClangToTWin(dbg)': 'clang_tot_shared_debug_x86',
'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
- 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug',
+ 'ClangToTWin64(dbg)': 'clang_tot_shared_debug',
'ClangToTWin64(dll)': 'clang_tot_shared_release',
'ClangToTiOS': 'ios',
'Closure Compilation Linux': 'closure_compilation',
@@ -1107,8 +1107,8 @@
'clang_tot', 'full_symbols', 'shared', 'release',
],
- 'clang_tot_minimal_symbols_shared_debug': [
- 'clang_tot', 'minimal_symbols', 'shared', 'debug',
+ 'clang_tot_shared_debug': [
+ 'clang_tot', 'shared', 'debug',
],
'clang_tot_full_symbols_shared_debug_use_lld': [
@@ -1119,8 +1119,8 @@
'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86',
],
- 'clang_tot_minimal_symbols_shared_debug_x86': [
- 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86',
+ 'clang_tot_shared_debug_x86': [
+ 'clang_tot', 'shared', 'debug', 'x86',
],
'clang_tot_shared_release_use_lld': [
« 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