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

Unified Diff: chrome/app/framework.order

Issue 594843002: Reland https://codereview.chromium.org/581983003/: Enable ASan default options on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chrome/app/framework.order
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index 82561223d91a0ca8539c0556d64ebab7780e2596..9c4360c664efdfa66bb76839cee3596cb300516e 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -46,6 +46,9 @@ ___gcov_flush
___gcov_merge_add
___gcov_fork
+# Provided by build/sanitizers/sanitizer_options.cc in ASan builds.
+___asan_default_options
+
# Written in asm as a .globl. (Is that necessary?)
_NaClSwitch
_NaClSyscallSeg

Powered by Google App Engine
This is Rietveld 408576698