[compiler-rt] r252784 - [Windows] Add exports for dll_host test broken by r252071 and r251071

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 13:13:10 PST 2015


We really need a test for this. Far too often we forget to update this file
when we add new ASan interface functions.

On Wed, Nov 11, 2015 at 11:34 AM, Reid Kleckner via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: rnk
> Date: Wed Nov 11 13:34:01 2015
> New Revision: 252784
>
> URL: http://llvm.org/viewvc/llvm-project?rev=252784&view=rev
> Log:
> [Windows] Add exports for dll_host test broken by r252071 and r251071
>
> Modified:
>     compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
>
> Modified: compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc?rev=252784&r1=252783&r2=252784&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc (original)
> +++ compiler-rt/trunk/lib/asan/asan_win_dll_thunk.cc Wed Nov 11 13:34:01
> 2015
> @@ -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_estim
>  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)
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>



-- 
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151111/ad2a75fd/attachment.html>


More information about the llvm-commits mailing list