[Openmp-commits] [PATCH] D59451: Fix gettid warnings and one test on FreeBSD
Kamil Rytarowski via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Mar 17 04:40:27 PDT 2019
krytarowski added a comment.
I'm not sure about OMP specifics, but in C++ threads we are allowed to use threading routines but in order to make them functional we must link final executable with `libpthread`.
On NetBSD threading is in a separate library out of libc.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59451/new/
https://reviews.llvm.org/D59451
More information about the Openmp-commits
mailing list