Commit ed6be77b authored by glider@chromium.org's avatar glider@chromium.org

Add the ASan interface functions to the .saves files.

TBR=kcc

Review URL: http://codereview.chromium.org/8488004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110309 0039d316-1c4b-4281-b951-d872f2087c98
parent 5164511c
......@@ -7,3 +7,15 @@
# (http://dev.chromium.org/developers/testing/addresssanitizer).
___asan_init
___asan_register_global
___asan_register_globals
___asan_report_load1
___asan_report_load2
___asan_report_load4
___asan_report_load8
___asan_report_load16
___asan_report_store1
___asan_report_store2
___asan_report_store4
___asan_report_store8
___asan_report_store16
......@@ -18,3 +18,15 @@ _NXArgv
# AddressSanitizer-specific symbols.
___asan_init
___asan_register_global
___asan_register_globals
___asan_report_load1
___asan_report_load2
___asan_report_load4
___asan_report_load8
___asan_report_load16
___asan_report_store1
___asan_report_store2
___asan_report_store4
___asan_report_store8
___asan_report_store16
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment