[Openmp-commits] [PATCH] D68580: [OpenMP] Enable thread affinity on FreeBSD
Dimitry Andric via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 8 11:53:57 PDT 2019
dim accepted this revision.
dim added a comment.
This revision is now accepted and ready to land.
LGTM with one minor nit.
================
Comment at: openmp/runtime/src/kmp_affinity.h:163
+#if KMP_OS_LINUX || KMP_OS_FREEBSD
#if KMP_OS_LINUX
----------------
Please also update the comment at the matching `#endif` directive on line 365.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68580/new/
https://reviews.llvm.org/D68580
More information about the Openmp-commits
mailing list