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

Unified Diff: tools/mb/mb_config.pyl

Issue 2424893002: [mb] Build linux libFuzzers with is_lsan=true.
Patch Set: Created 4 years, 2 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 | « no previous file | 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 5e0d52ce5d9e8fea228c135c33bd2ec17739aa6a..ea430dd433faed6f72dd9c3cb6c61e710e579a0c 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1122,7 +1122,7 @@
],
'debug_libfuzzer_asan': [
- 'debug', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
+ 'debug', 'libfuzzer', 'asan', 'lsan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
],
'drmemory_shared_release': [
@@ -1357,11 +1357,11 @@
],
'release_libfuzzer_asan': [
- 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 'optimize_for_fuzzing',
+ 'release', 'libfuzzer', 'asan', 'lsan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 'optimize_for_fuzzing',
],
'release_libfuzzer_asan_clang_tot': [
- 'clang_tot', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
+ 'clang_tot', 'release', 'libfuzzer', 'asan', 'lsan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
],
'release_libfuzzer_mac_asan': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698