Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: tools/mb/mb_config.pyl

Issue 1832213002: [libfuzzer] separate libfuzzer ubsan configuration and ubsan build config setup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/sanitizers/sanitizers.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index 6417815df8c8417116cd7791f43746c636993720..0ffc8929bb3db1b79f95ae7ffba360260103c060 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -204,6 +204,7 @@
'CrWinClang64(dbg)': 'win_clang_debug_bot',
'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
+ 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
'Linux ARM': 'swarming_gyp_release_bot_arm',
'Site Isolation Linux': 'gn_release_trybot',
'Site Isolation Win': 'gyp_release_trybot_x64',
@@ -1125,6 +1126,10 @@
'gn_release_libfuzzer_msan': [
'gn', 'release', 'libfuzzer', 'msan', 'proprietary_codecs', 'pdf_xfa',
],
+ 'gn_release_libfuzzer_ubsan': [
+ 'gn', 'release', 'libfuzzer', 'ubsan_security', 'proprietary_codecs',
+ 'pdf_xfa',
+ ],
'gn_release_drmemory_drfuzz_x86': [
'gn', 'release', 'drmemory', 'drfuzz', 'x86', 'proprietary_codecs',
@@ -1627,6 +1632,8 @@
'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
+ 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' },
+
'lsan': {
'gn_args': 'is_lsan=true',
'gyp_defines': 'lsan=1',
« no previous file with comments | « build/config/sanitizers/sanitizers.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698