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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 2216183002: Only use sanitizers with default toolchain on Windows as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: build/toolchain/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index 068fa0d88a7e0e3cbc1de37ec34738cc391c81c3..10a82bc42dfa4b4b6c3171aa336a040527623f4c 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -474,28 +474,6 @@ template("gcc_toolchain") {
} else {
v8_current_cpu = current_cpu
}
-
- # Disable sanitizers for non-default toolchains.
- is_asan = false
- is_cfi = false
- is_lsan = false
- is_msan = false
- is_syzyasan = false
- is_tsan = false
- is_ubsan = false
- is_ubsan_null = false
- is_ubsan_no_recover = false
- is_ubsan_security = false
- is_ubsan_vptr = false
- msan_track_origins = 0
- sanitizer_coverage_flags = ""
- use_cfi_diag = false
- use_custom_libcxx = false
- use_drfuzz = false
- use_libfuzzer = false
- use_prebuilt_instrumented_libraries = false
- use_locally_built_instrumented_libraries = false
- use_sanitizer_coverage = false
}
forward_variables_from(invoker, [ "deps" ])
« 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