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

Unified Diff: build/sanitizers/sanitizers.gyp

Issue 1070853002: ASan: re-enable strict memcmp() checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add suppressions Created 5 years, 8 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/sanitizers/sanitizers.gyp
diff --git a/build/sanitizers/sanitizers.gyp b/build/sanitizers/sanitizers.gyp
index 4126d22c1ca4593e6cef160ff6908d14cdb49cc8..91dab8a238a4bf933c04c2cbb224ea6381028469 100644
--- a/build/sanitizers/sanitizers.gyp
+++ b/build/sanitizers/sanitizers.gyp
@@ -41,6 +41,11 @@
'lsan_suppressions.cc',
],
}],
+ ['asan==1', {
+ 'sources': [
+ 'asan_suppressions.cc',
jamesr 2015/05/06 00:01:28 shouldn't this file be added to the GN build as we
+ ],
+ }],
],
'cflags/': [
['exclude', '-fsanitize='],
« build/sanitizers/asan_suppressions.cc ('K') | « build/sanitizers/sanitizer_options.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698