[PATCH] D42050: Intercept tzset in MSan on NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 16:22:25 PST 2018


krytarowski 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
----------------
vitalybuka wrote:
> Any idea why we had "int fake" there?
It looks like a bug, maybe @eugenis can share more insight.


Repository:
  rL LLVM

https://reviews.llvm.org/D42050





More information about the llvm-commits mailing list