[PATCH] D40767: Support pthread_key_create symbol alias in MSan/NetBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 16:59:48 PST 2017


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/msan/msan_interceptors.cc:1613
+#if SANITIZER_NETBSD
+  INTERCEPT_FUNCTION(__libc_thr_keycreate);
+#endif
----------------
could you please move this and interceptor itself next to corresponding pthread_key_create lines


Repository:
  rL LLVM

https://reviews.llvm.org/D40767





More information about the llvm-commits mailing list