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

Unified Diff: build/config/BUILD.gn

Issue 2198333002: Make Win Clang ASan builds work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add copy_asan_runtime 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 | « no previous file | build/config/sanitizers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 6a3133d9ecc6bcd02848a45b4a1803ce15627bf4..c29ea2f8a22da06f4337741899b781f0f50951dd 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -408,6 +408,7 @@ config("executable_config") {
if (use_locally_built_instrumented_libraries) {
configs += [ "//third_party/instrumented_libraries:locally_built_ldflags" ]
}
+ configs += [ "//build/config/sanitizers:executable_config" ]
}
# Shared library configs -------------------------------------------------------
@@ -434,6 +435,7 @@ config("shared_library_config") {
if (use_locally_built_instrumented_libraries) {
configs += [ "//third_party/instrumented_libraries:locally_built_ldflags" ]
}
+ configs += [ "//build/config/sanitizers:executable_config" ]
}
# Add this config to your target to enable precompiled headers.
« no previous file with comments | « no previous file | build/config/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698