[PATCH] D29148: [compiler-rt] Provide a list of functions from sanitizers's interfaces.
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 12:43:22 PST 2017
kubamracek added a comment.
FYI, on Darwin, this currently fails the test with:
=== NOTE === If you see a mismatch below, please update sanitizer_interface.inc files.
52a53
> __asan_option_detect_stack_use_after_return
106a108
> __asan_shadow_memory_dynamic_address
140a143
> __asan_test_only_reported_buggy_pointer
188a192,199
> __sanitizer_mz_calloc
> __sanitizer_mz_destroy
> __sanitizer_mz_free
> __sanitizer_mz_malloc
> __sanitizer_mz_memalign
> __sanitizer_mz_realloc
> __sanitizer_mz_size
> __sanitizer_mz_valloc
Repository:
rL LLVM
https://reviews.llvm.org/D29148
More information about the llvm-commits
mailing list