Skip to content

Commit

Permalink
Use LLD on ThinLTO ToT bot.
Browse files Browse the repository at this point in the history
BUG=607968,660216

Review-Url: https://codereview.chromium.org/2568873003
Cr-Commit-Position: refs/heads/master@{#437944}
  • Loading branch information
krasin authored and Commit bot committed Dec 12, 2016
1 parent 232afa8 commit 540eb54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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': [
Expand Down

0 comments on commit 540eb54

Please sign in to comment.