[Openmp-commits] [PATCH] D54079: [OPENMP] Add Hurd support
Kamil Rytarowski via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 6 06:18:06 PST 2018
krytarowski added inline comments.
================
Comment at: runtime/src/z_Linux_util.cpp:448
+#if KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_NETBSD || KMP_OS_HURD
/* Linux* OS only -- no pthread_getattr_np support on OS X* */
pthread_attr_t attr;
----------------
I would drop this comment.
https://reviews.llvm.org/D54079
More information about the Openmp-commits
mailing list