Skip to content

Commit

Permalink
Add the ASan interface functions to the .saves files.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
glider@chromium.org committed Nov 16, 2011
1 parent 5164511 commit ed6be77
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/asan.saves
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions chrome/app/app_asan.saves
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed6be77

Please sign in to comment.