Commit 540eb541 authored by krasin's avatar krasin Committed by Commit bot

Use LLD on ThinLTO ToT bot.

BUG=607968,660216

Review-Url: https://codereview.chromium.org/2568873003
Cr-Commit-Position: refs/heads/master@{#437944}
parent 232afa8c
......@@ -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',
......@@ -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': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment