summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-11-11 19:34:01 +0000
committerReid Kleckner <rnk@google.com>2015-11-11 19:34:01 +0000
commit99f23473a18ccdcdaeb50883da15aa606b8f1ddf (patch)
tree594a9cc721cd7263b66daffc04ffacc702b77c67 /compiler-rt/lib
parent4d1bef3f76899db7ab48ddff8ae6c5f76db3ee80 (diff)
downloadbcm5719-llvm-99f23473a18ccdcdaeb50883da15aa606b8f1ddf.tar.gz
bcm5719-llvm-99f23473a18ccdcdaeb50883da15aa606b8f1ddf.zip
[Windows] Add exports for dll_host test broken by r252071 and r251071
llvm-svn: 252784
Diffstat (limited to 'compiler-rt/lib')
-rw-r--r--compiler-rt/lib/asan/asan_win_dll_thunk.cc2
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 dd5e8f042f1..327470e35cd 100644
--- a/compiler-rt/lib/asan/asan_win_dll_thunk.cc
+++ b/compiler-rt/lib/asan/asan_win_dll_thunk.cc
@@ -303,6 +303,7 @@ INTERFACE_FUNCTION(__asan_stack_free_10)
// FIXME: we might want to have a sanitizer_win_dll_thunk?
INTERFACE_FUNCTION(__sanitizer_annotate_contiguous_container)
+INTERFACE_FUNCTION(__sanitizer_contiguous_container_find_bad_address)
INTERFACE_FUNCTION(__sanitizer_cov)
INTERFACE_FUNCTION(__sanitizer_cov_dump)
INTERFACE_FUNCTION(__sanitizer_cov_indir_call16)
@@ -320,6 +321,7 @@ INTERFACE_FUNCTION(__sanitizer_get_estimated_allocated_size)
INTERFACE_FUNCTION(__sanitizer_get_free_bytes)
INTERFACE_FUNCTION(__sanitizer_get_heap_size)
INTERFACE_FUNCTION(__sanitizer_get_ownership)
+INTERFACE_FUNCTION(__sanitizer_get_total_unique_caller_callee_pairs)
INTERFACE_FUNCTION(__sanitizer_get_total_unique_coverage)
INTERFACE_FUNCTION(__sanitizer_get_unmapped_bytes)
INTERFACE_FUNCTION(__sanitizer_maybe_open_cov_file)
OpenPOWER on IntegriCloud