diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-03-03 23:38:24 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-03-03 23:38:24 +0000 |
| commit | 92b8ab502cc78c7f375e555040de56157a298d10 (patch) | |
| tree | 488cb261ae8a571e97693c4113eaf7c7bfa37e50 | |
| parent | 7bd441d7fcd56b79745a43dc9e7000e1b98d8015 (diff) | |
| download | bcm5719-llvm-92b8ab502cc78c7f375e555040de56157a298d10.tar.gz bcm5719-llvm-92b8ab502cc78c7f375e555040de56157a298d10.zip | |
[asan] attempting to fix the windows build
llvm-svn: 231171
| -rw-r--r-- | compiler-rt/lib/asan/asan_win_dll_thunk.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/asan_win_dll_thunk.cc b/compiler-rt/lib/asan/asan_win_dll_thunk.cc index 7b943025766..0c363fe295a 100644 --- a/compiler-rt/lib/asan/asan_win_dll_thunk.cc +++ b/compiler-rt/lib/asan/asan_win_dll_thunk.cc @@ -319,6 +319,8 @@ INTERFACE_FUNCTION(__sanitizer_ptr_cmp) INTERFACE_FUNCTION(__sanitizer_ptr_sub) INTERFACE_FUNCTION(__sanitizer_report_error_summary) INTERFACE_FUNCTION(__sanitizer_reset_coverage) +INTERFACE_FUNCTION(__sanitizer_get_number_of_counters) +INTERFACE_FUNCTION(__sanitizer_update_counter_bitset_and_clear_counters) INTERFACE_FUNCTION(__sanitizer_sandbox_on_notify) INTERFACE_FUNCTION(__sanitizer_set_death_callback) INTERFACE_FUNCTION(__sanitizer_set_report_path) |

