[PATCH] D56670: [Sanitizer] Intercept sl_add api on FreeBSD/NetBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 02:33:07 PST 2019


devnexen marked an inline comment as done.
devnexen added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:9417
 
+#if SANITIZER_INTERCEPT_SL_FIND
+INTERCEPTOR(void *, sl_init) {
----------------
krytarowski wrote:
> SANITIZER_INTERCEPT_SL_INIT
All right.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56670/new/

https://reviews.llvm.org/D56670





More information about the llvm-commits mailing list