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

Unified Diff: build/config/sanitizers/sanitizers.gni

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: 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
Index: build/config/sanitizers/sanitizers.gni
diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
index 032380780236e6d23471a184a5ad34b009da1129..4d520bd086ae74ad9cf44f92ea2c2aae93426cf7 100644
--- a/build/config/sanitizers/sanitizers.gni
+++ b/build/config/sanitizers/sanitizers.gni
@@ -49,6 +49,10 @@ declare_args() {
# See http://www.chromium.org/developers/testing/libfuzzer
use_libfuzzer = false
+ # Separate configuration for libfuzzer ubsan build. Used to deploy ubsan
+ # gradually. Eventually should catch up with is_ubsan and should be removed.
inferno 2016/03/25 20:57:55 Can you fix the comment to indicate this is a flag
aizatsky 2016/03/25 21:02:45 Done.
+ is_libfuzzer_ubsan = false
+
# Compile for fuzzing with Dr. Fuzz
# See http://www.chromium.org/developers/testing/dr-fuzz
use_drfuzz = false

Powered by Google App Engine
This is Rietveld 408576698