[PATCH] D42050: Intercept tzset in MSan on NetBSD

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 12:47:11 PST 2018


vitalybuka added inline comments.


================
Comment at: lib/msan/msan_interceptors.cc:1142
+INTERCEPTOR(void, tzset, void) {
   ENSURE_MSAN_INITED();
+  // Required for NetBSD, as there might be reloaded internal structs and we
----------------
Any idea why we had "int fake" there?


Repository:
  rL LLVM

https://reviews.llvm.org/D42050





More information about the llvm-commits mailing list