[PATCH] D40337: Support the setjmp(3) family of functions in TSan/NetBSD

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 18:12:12 PST 2018


vlad.tsyrklevich added inline comments.


================
Comment at: lib/tsan/rtl/tsan_interceptors.cc:600
 
+#if !SANITIEZER_NETBSD
 extern "C" SANITIZER_INTERFACE_ATTRIBUTE
----------------
This is misspelled here and twice below as well meaning it's never actually compiled. Is it actually necessary?


Repository:
  rL LLVM

https://reviews.llvm.org/D40337





More information about the llvm-commits mailing list