Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index a845aedcc1e1c34ea2b648941fcd887c582e597c..4ab57b258471b8c7b3baedf84dfe861333b237b6 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -106,6 +106,7 @@ |
'CFI Linux ToT': 'cfi_full_clang_tot_release_static', |
'CFI Linux': 'cfi_release_static', |
'CFI Linux Full': 'cfi_full_release_static', |
+ 'CFI ThinLTO Linux ToT': 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld', |
'Chromium Linux Goma Canary': 'release_bot', |
'Chromium Linux Goma Canary': 'release_bot', |
'Chromium Linux Goma Canary (clobber)': 'release_bot', |
@@ -1010,6 +1011,10 @@ |
'cfi', 'release', 'static', |
], |
+ 'cfi_thin_lto_clang_tot_full_symbols_release_static_use_lld': [ |
+ 'cfi', 'thin_lto', 'clang_tot', 'full_symbols', 'release', 'static', 'use_lld', |
+ ], |
+ |
'chrome_with_codecs_blink_logging_release_trybot': [ |
'chrome_with_codecs', 'blink_logging', 'release_trybot', |
], |