[PATCH] D40159: Correct handling of the TLS/NetBSD block of the main program

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 18:19:23 PST 2017


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


================
Comment at: lib/sanitizer_common/sanitizer_linux_libcdep.cc:49
+#if SANITIZER_NETBSD
+#include <sys/tls.h>
+#endif
----------------
please combine two #if SANITIZER_NETBSD blocks


Repository:
  rL LLVM

https://reviews.llvm.org/D40159





More information about the llvm-commits mailing list