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

Side by Side 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, 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'ClangToTAndroid': 'android_clang_tot_release', 150 'ClangToTAndroid': 'android_clang_tot_release',
151 'ClangToTAndroid64': 'android_clang_tot_release_arm64', 151 'ClangToTAndroid64': 'android_clang_tot_release_arm64',
152 'ClangToTAndroid x64': 'android_clang_tot_x64', 152 'ClangToTAndroid x64': 'android_clang_tot_x64',
153 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release', 153 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release',
154 'ClangToTLinux (dbg)': 'clang_tot_shared_debug', 154 'ClangToTLinux (dbg)': 'clang_tot_shared_debug',
155 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release', 155 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release',
156 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot', 156 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot',
157 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared', 157 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared',
158 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel ease', 158 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel ease',
159 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release', 159 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release',
160 'ClangToTMac (dbg)': 'clang_tot_minimal_symbols_shared_debug', 160 'ClangToTMac (dbg)': 'clang_tot_shared_debug',
161 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas e', 161 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas e',
162 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86', 162 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86',
163 'ClangToTWin(dbg)': 'clang_tot_minimal_symbols_shared_debug_x86', 163 'ClangToTWin(dbg)': 'clang_tot_shared_debug_x86',
164 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86', 164 'ClangToTWin(dll)': 'clang_tot_minimal_symbols_shared_release_x86',
165 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', 165 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release',
166 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug', 166 'ClangToTWin64(dbg)': 'clang_tot_shared_debug',
167 'ClangToTWin64(dll)': 'clang_tot_shared_release', 167 'ClangToTWin64(dll)': 'clang_tot_shared_release',
168 'ClangToTiOS': 'ios', 168 'ClangToTiOS': 'ios',
169 'Closure Compilation Linux': 'closure_compilation', 169 'Closure Compilation Linux': 'closure_compilation',
170 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', 170 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
171 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', 171 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release',
172 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re lease', 172 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re lease',
173 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', 173 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86',
174 'CrWinClang64(dbg)': 'win_clang_debug_bot', 174 'CrWinClang64(dbg)': 'win_clang_debug_bot',
175 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86', 175 'CrWinClangLLD': 'clang_tot_official_static_use_lld_x86',
176 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld', 176 'CrWinClangLLD64': 'clang_tot_shared_release_use_lld',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 'clang_tot_edge_ubsan_no_recover_hack_static_release': [ 1100 'clang_tot_edge_ubsan_no_recover_hack_static_release': [
1101 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release', 1101 'clang_tot', 'edge', 'ubsan_no_recover_hack', 'static', 'release',
1102 ], 1102 ],
1103 1103
1104 'clang_tot_linux_full_symbols_shared_release': [ 1104 'clang_tot_linux_full_symbols_shared_release': [
1105 # Enable debug info, as on official builders, to catch issues with 1105 # Enable debug info, as on official builders, to catch issues with
1106 # optimized debug info. 1106 # optimized debug info.
1107 'clang_tot', 'full_symbols', 'shared', 'release', 1107 'clang_tot', 'full_symbols', 'shared', 'release',
1108 ], 1108 ],
1109 1109
1110 'clang_tot_minimal_symbols_shared_debug': [ 1110 'clang_tot_shared_debug': [
1111 'clang_tot', 'minimal_symbols', 'shared', 'debug', 1111 'clang_tot', 'shared', 'debug',
1112 ], 1112 ],
1113 1113
1114 'clang_tot_full_symbols_shared_debug_use_lld': [ 1114 'clang_tot_full_symbols_shared_debug_use_lld': [
1115 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 1115 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld',
1116 ], 1116 ],
1117 1117
1118 'clang_tot_full_symbols_shared_debug_use_lld_x86': [ 1118 'clang_tot_full_symbols_shared_debug_use_lld_x86': [
1119 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86', 1119 'clang_tot', 'full_symbols', 'shared', 'debug', 'use_lld', 'x86',
1120 ], 1120 ],
1121 1121
1122 'clang_tot_minimal_symbols_shared_debug_x86': [ 1122 'clang_tot_shared_debug_x86': [
1123 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86', 1123 'clang_tot', 'shared', 'debug', 'x86',
1124 ], 1124 ],
1125 1125
1126 'clang_tot_shared_release_use_lld': [ 1126 'clang_tot_shared_release_use_lld': [
1127 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs. 1127 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
1128 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld', 1128 'clang_tot', 'no_symbols', 'shared', 'release', 'use_lld',
1129 ], 1129 ],
1130 1130
1131 'clang_tot_official_static_use_lld_x86': [ 1131 'clang_tot_official_static_use_lld_x86': [
1132 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs. 1132 # TODO(crbug.com/706492): Enable symbols when LLD makes PDBs.
1133 'clang_tot', 'no_symbols', 'official', 'static', 'release', 'use_lld', 'x8 6', 1133 'clang_tot', 'no_symbols', 'official', 'static', 'release', 'use_lld', 'x8 6',
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 1929
1930 'x64': { 1930 'x64': {
1931 'gn_args': 'target_cpu="x64"', 1931 'gn_args': 'target_cpu="x64"',
1932 }, 1932 },
1933 1933
1934 'x86': { 1934 'x86': {
1935 'gn_args': 'target_cpu="x86"', 1935 'gn_args': 'target_cpu="x86"',
1936 }, 1936 },
1937 }, 1937 },
1938 } 1938 }
OLDNEW
« 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