Explicitly setting use_lld=false on MSVC bots.

In order to unblock the Chromium Roll, WebRTC should set use_lld=false
when MSVC is used (as discussed here [1]).

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1092611

Bug: None
Change-Id: Ia052d3d8842871c3051fe36991396976f5839f4c
Reviewed-on: https://webrtc-review.googlesource.com/83102
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23582}
This commit is contained in:
Mirko Bonadei
2018-06-11 20:22:07 -07:00
committed by Commit Bot
parent 7af087a918
commit 910540d55a

View File

@ -360,16 +360,16 @@
'gn', 'clang', 'openh264_release_bot', 'x64',
],
'win_msvc_debug_bot_x86': [
'gn', 'no_clang', 'openh264_debug_bot', 'x86',
'gn', 'no_clang', 'openh264_debug_bot', 'x86', 'no_lld',
],
'win_msvc_release_bot_x86': [
'gn', 'no_clang', 'openh264_release_bot', 'x86',
'gn', 'no_clang', 'openh264_release_bot', 'x86', 'no_lld',
],
'win_msvc_debug_bot_x64': [
'gn', 'no_clang', 'openh264_debug_bot', 'x64',
'gn', 'no_clang', 'openh264_debug_bot', 'x64', 'no_lld'
],
'win_msvc_release_bot_x64': [
'gn', 'no_clang', 'openh264_release_bot', 'x64',
'gn', 'no_clang', 'openh264_release_bot', 'x64', 'no_lld',
],
'win_asan_clang_release_bot_x86': [
'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',