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

Unified Diff: config/bootstrap-asan.mk

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 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 | « config/acinclude.m4 ('k') | config/bootstrap-lto.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/bootstrap-asan.mk
diff --git a/config/bootstrap-asan.mk b/config/bootstrap-asan.mk
new file mode 100644
index 0000000000000000000000000000000000000000..fbef02125dca4d7c9d06763e039225c052f89237
--- /dev/null
+++ b/config/bootstrap-asan.mk
@@ -0,0 +1,8 @@
+# This option enables -fsanitize=address for stage2 and stage3.
+
+STAGE2_CFLAGS += -fsanitize=address
+STAGE3_CFLAGS += -fsanitize=address
+POSTSTAGE1_LDFLAGS += -fsanitize=address -static-libasan \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/ \
+ -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.libs
« no previous file with comments | « config/acinclude.m4 ('k') | config/bootstrap-lto.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698