Commit 9b72f5fd authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remove link.exe bots, src side.

TBR=jchinlee

Bug: 869503
Change-Id: Ice82ca146c5c7d1dea36725d7e9170e5a22fabda
Reviewed-on: https://chromium-review.googlesource.com/1163311
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580888}
parent 2ba4fb0c
......@@ -1730,26 +1730,6 @@ consoles: {
category: "ToT Windows|x64"
short_name: "lto"
}
builders: {
name: "buildbot/chromium.clang/CrWinClangLLD"
category: "ToT Windows|LLD"
short_name: "rel"
}
builders: {
name: "buildbot/chromium.clang/CrWinClngLLDdbg"
category: "ToT Windows|LLD"
short_name: "dbg"
}
builders: {
name: "buildbot/chromium.clang/CrWinClangLLD64"
category: "ToT Windows|LLD|x64"
short_name: "rel"
}
builders: {
name: "buildbot/chromium.clang/CrWinClngLLD64dbg"
category: "ToT Windows|LLD|x64"
short_name: "dbg"
}
builders: {
name: "buildbot/chromium.clang/CrWinAsan"
category: "ToT Windows|Asan"
......
......@@ -1887,26 +1887,6 @@ consoles {
category: "ToT Windows|x64"
short_name: "cxx"
}
builders {
name: "buildbot/chromium.clang/CrWinClangLLD"
category: "ToT Windows|LLD"
short_name: "rel"
}
builders {
name: "buildbot/chromium.clang/CrWinClngLLDdbg"
category: "ToT Windows|LLD"
short_name: "dbg"
}
builders {
name: "buildbot/chromium.clang/CrWinClangLLD64"
category: "ToT Windows|LLD|x64"
short_name: "rel"
}
builders {
name: "buildbot/chromium.clang/CrWinClngLLD64dbg"
category: "ToT Windows|LLD|x64"
short_name: "dbg"
}
builders {
name: "buildbot/chromium.clang/CrWinAsan"
category: "ToT Windows|Asan"
......
This diff is collapsed.
......@@ -918,10 +918,6 @@
'CrWinAsan',
'CrWinAsan(dll)',
'CrWinAsanCov',
'CrWinClangLLD',
'CrWinClangLLD64',
'CrWinClngLLD64dbg',
'CrWinClngLLDdbg',
'ToTWin',
'ToTWin(dbg)',
'ToTWin(dll)',
......
......@@ -553,26 +553,6 @@
],
},
},
'CrWinClangLLD': {
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
},
},
'CrWinClangLLD64': {
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
},
},
'CrWinClngLLD64dbg': {
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
},
},
'CrWinClngLLDdbg': {
'test_suites': {
'gtest_tests': 'chromium_win_gtests',
},
},
'ToTAndroid': {
'additional_compile_targets': [
'all',
......
......@@ -104,10 +104,6 @@
'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_release',
'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_release',
'CrWinClangLLD': 'clang_tot_official_static_no_lld_x86',
'CrWinClangLLD64': 'clang_tot_shared_release_no_lld_dcheck',
'CrWinClngLLD64dbg': 'clang_tot_full_symbols_shared_debug_no_lld',
'CrWinClngLLDdbg': 'clang_tot_full_symbols_shared_debug_no_lld_x86',
'linux-win_cross-rel': 'clang_tot_win_release_cross',
'ToTAndroid': 'android_clang_tot_release_minimal_symbols',
'ToTAndroid64': 'android_clang_tot_release_arm64',
......@@ -1078,26 +1074,10 @@
'clang_tot', 'shared', 'debug',
],
'clang_tot_full_symbols_shared_debug_no_lld': [
'clang_tot', 'full_symbols', 'shared', 'debug', 'no_lld',
],
'clang_tot_full_symbols_shared_debug_no_lld_x86': [
'clang_tot', 'full_symbols', 'shared', 'debug', 'no_lld', 'x86',
],
'clang_tot_shared_debug_x86': [
'clang_tot', 'shared', 'debug', 'x86',
],
'clang_tot_shared_release_no_lld_dcheck': [
'clang_tot', 'minimal_symbols', 'shared', 'release', 'no_lld', 'dcheck_always_on',
],
'clang_tot_official_static_no_lld_x86': [
'clang_tot', 'minimal_symbols', 'official', 'static', 'release', 'no_lld', 'x86',
],
'clang_tot_minimal_symbols_shared_release': [
'clang_tot', 'minimal_symbols', 'shared', 'release',
],
......@@ -2060,10 +2040,6 @@
'gn_args': 'is_ubsan_vptr=true',
},
'no_lld': {
'gn_args': 'use_lld=false',
},
# TODO(crbug.com/869348): Remove this if we set this by default or don't use
# this feature.
'use_dummy_lastchange': {
......
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